From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74C33138359 for ; Sat, 5 Sep 2020 10:32:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A44CE086C; Sat, 5 Sep 2020 10:32:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76061E086C for ; Sat, 5 Sep 2020 10:32:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58F46340CCE for ; Sat, 5 Sep 2020 10:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4B2F344 for ; Sat, 5 Sep 2020 10:32:13 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1599301913.26ac12880f244942e51596695693c872f5e5a0d7.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/weston/metadata.xml dev-libs/weston/weston-9999.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 26ac12880f244942e51596695693c872f5e5a0d7 X-VCS-Branch: master Date: Sat, 5 Sep 2020 10:32:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5b679db0-f160-407c-b1fb-f13be213f57a X-Archives-Hash: f079f95e5c8b77a861002bbcd9d21562 commit: 26ac12880f244942e51596695693c872f5e5a0d7 Author: James Le Cuirot gentoo org> AuthorDate: Sat Sep 5 10:17:40 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Sep 5 10:31:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ac1288 dev-libs/weston: Add USE flag for the new kiosk shell Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/weston/metadata.xml | 3 ++- dev-libs/weston/weston-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml index ef151677e17..dff0a7012a3 100644 --- a/dev-libs/weston/metadata.xml +++ b/dev-libs/weston/metadata.xml @@ -10,10 +10,11 @@ Enable drm compositor support Install wayland-editor example application Enable fbdev compositor support - Enable fullscreen/kiosk shell + Enable fullscreen shell Use GLESv2 cairo instead of full GL Headless backend and a noop renderer, mainly for testing purposes Enable the IVI shell + Enable the kiosk shell Install weston-launch utility Enable virtual remote output with Pipewire on DRM backend Enable Remote Desktop Protocol compositor support diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index ad2e66b8a78..097c7f0c70b 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -25,7 +25,7 @@ fi LICENSE="MIT CC-BY-SA-3.0" SLOT="0" -IUSE="colord +desktop +drm editor examples fbdev fullscreen +gles2 headless ivi jpeg +launch lcms pipewire rdp remoting +resize-optimization screen-sharing +suid systemd test wayland-compositor webp +X xwayland" +IUSE="colord +desktop +drm editor examples fbdev fullscreen +gles2 headless ivi jpeg kiosk +launch lcms pipewire rdp remoting +resize-optimization screen-sharing +suid systemd test wayland-compositor webp +X xwayland" RESTRICT="!test? ( test )" REQUIRED_USE=" @@ -113,6 +113,7 @@ src_configure() { $(meson_use desktop shell-desktop) $(meson_use fullscreen shell-fullscreen) $(meson_use ivi shell-ivi) + $(meson_use kiosk shell-kiosk) $(meson_use lcms color-management-lcms) $(meson_use colord color-management-colord) $(meson_use systemd launcher-logind)