From nobody Fri Sep 24 07:38:28 2021 X-Original-To: chromium@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 59C21175D8AC for ; Fri, 24 Sep 2021 07:38:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HG3mk2F5Xz4S2m for ; Fri, 24 Sep 2021 07:38:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from aniel.nours.eu (nours.eu [176.31.115.77]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bapt) by smtp.freebsd.org (Postfix) with ESMTPSA id 19B962BC21 for ; Fri, 24 Sep 2021 07:38:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: by aniel.nours.eu (Postfix, from userid 1001) id 24EA4B6CFE; Fri, 24 Sep 2021 09:38:28 +0200 (CEST) Date: Fri, 24 Sep 2021 09:38:28 +0200 From: Baptiste Daroussin To: chromium@freebsd.org Subject: wayland support Message-ID: <20210924073828.ghvqkt2b6wdrex5c@aniel.nours.eu> List-Id: FreeBSD-specific Chromium issues List-Archive: https://lists.freebsd.org/archives/freebsd-chromium List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-chromium@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-ThisMailContainsUnwantedMimeParts: N Hello everyone, chromium in FreeBSD is build without wayland support, however, I figure on linux it supports both x11 and wayland, would it be possible to add ozone_platform_wayland = true in build/config/ozone.gni so on freebsd it can support both ? Best regards, Bapt