From nobody Fri Sep 24 16:53:53 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 66F6E17CA2D8 for ; Fri, 24 Sep 2021 16:53:57 +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 4HGJ5d2Qx7z3MDh; Fri, 24 Sep 2021 16:53:57 +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 199B5B70; Fri, 24 Sep 2021 16:53:57 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from dummy.faircode.eu (10.246.39.62.rev.sfr.net [62.39.246.10]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aniel.nours.eu (Postfix) with ESMTPSA id 5C406B7BD8; Fri, 24 Sep 2021 18:53:55 +0200 (CEST) Date: Fri, 24 Sep 2021 16:53:53 +0000 (UTC) From: Baptiste Daroussin To: Matthias Wolf Cc: chromium@freebsd.org Message-ID: <9fdad1ec-64b9-43a3-a22c-11af010d29a7@FreeBSD.org> In-Reply-To: References: <20210924073828.ghvqkt2b6wdrex5c@aniel.nours.eu> Subject: Re: wayland support 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=UTF-8 Content-Transfer-Encoding: 7bit X-Correlation-ID: <9fdad1ec-64b9-43a3-a22c-11af010d29a7@FreeBSD.org> X-ThisMailContainsUnwantedMimeParts: N For sure I can test! Best regards, Bapt 24 sept. 2021 17:41:01 Matthias Wolf : > Hi, > > On Fr., Sep 24 2021 at 09:38:28 +0200, Baptiste Daroussin wrote: >> 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 ? > > it should be possible, I'll try to add it to the next version. > > Currently I don't have a testing environment for wayland, so help would be appreciated on that. > > Cheers, > Matthias