From nobody Fri Sep 24 15:40:43 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 A5E9D17C49D4 for ; Fri, 24 Sep 2021 15:40:58 +0000 (UTC) (envelope-from freebsd@rheinwolf.de) Received: from mx-smtp.rheinwolf.de (mx-smtp.rheinwolf.de [78.46.88.170]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HGGTQ3sKvz3GTv; Fri, 24 Sep 2021 15:40:58 +0000 (UTC) (envelope-from freebsd@rheinwolf.de) Date: Fri, 24 Sep 2021 17:40:43 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rheinwolf.de; s=default; t=1632498051; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=lghOhp1UgmWRfGm75+Q5qatIIlfHR98mLAqQcoIG2sM=; b=Ay9Yc7HO+oixSqxNg9V4pqaPXTU7JSigKwNytPZ2U7XFnE5b4f445bmLFm80rwld941nhC humjK4qXIbMpRH3jhxBtWRo5dYFncF/msStpRMxuuAqdmwuOYA96GNUowO892pXDDpQ9Wi rzb1Wwr6lovLAWnC9jCyjZoRlWEXUyMzoInAQiB9zT8EAAl5eKEDjODrmFk6KqDOhx4nrE idTW8mIJHLxtZ91EVZukTmhMS0xh8J5dUXHxc4IooEQRfcKFBSU8ohot4VyJKyDwinbGnk gynoPvcrUAh6rzlsQILDyK5/59MQK26TkL7fZ4S+6WyqGbn40NOGRvYerqzwkA== Subject: Re: wayland support To: Baptiste Daroussin Cc: chromium@freebsd.org Message-Id: In-Reply-To: <20210924073828.ghvqkt2b6wdrex5c@aniel.nours.eu> References: <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; format=flowed X-Rspamd-Queue-Id: 4HGGTQ3sKvz3GTv X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Reply-To: freebsd@rheinwolf.de From: Matthias Wolf via chromium X-Original-From: Matthias Wolf X-ThisMailContainsUnwantedMimeParts: N 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