From 26ac12880f244942e51596695693c872f5e5a0d7 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sat, 5 Sep 2020 11:17:40 +0100 Subject: 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 --- dev-libs/weston/metadata.xml | 3 ++- dev-libs/weston/weston-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-libs/weston') diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml index ef151677e17c..dff0a7012a3a 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 ad2e66b8a78c..097c7f0c70b9 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) -- cgit v1.2.3-65-gdbad