diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-02-05 16:35:24 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-02-05 17:00:24 +0000 |
commit | 0ef992507bb55203881bbe44e407ff4d6cec9e9d (patch) | |
tree | 328b1a2c70c79993f817dd6083815e21b6fa9d96 /dev-libs/weston | |
parent | sys-auth/seatd: Keyword 0.6.3 for ~arm (diff) | |
download | gentoo-0ef992507bb55203881bbe44e407ff4d6cec9e9d.tar.gz gentoo-0ef992507bb55203881bbe44e407ff4d6cec9e9d.tar.bz2 gentoo-0ef992507bb55203881bbe44e407ff4d6cec9e9d.zip |
dev-libs/weston: Require drm and gles2 for remoting USE flag
Closes: https://bugs.gentoo.org/829224
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/weston')
-rw-r--r-- | dev-libs/weston/weston-9.0.0-r2.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/weston/weston-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/weston/weston-9.0.0-r2.ebuild b/dev-libs/weston/weston-9.0.0-r2.ebuild index b2013d85f980..27fdbecfc4af 100644 --- a/dev-libs/weston/weston-9.0.0-r2.ebuild +++ b/dev-libs/weston/weston-9.0.0-r2.ebuild @@ -31,6 +31,7 @@ REQUIRED_USE=" colord? ( lcms ) drm? ( gles2 ) pipewire? ( drm ) + remoting? ( drm gles2 ) screen-sharing? ( rdp ) test? ( desktop headless xwayland ) wayland-compositor? ( gles2 ) diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 75c191a28c7b..97a1005e1360 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,6 +31,7 @@ REQUIRED_USE=" colord? ( lcms ) drm? ( gles2 ) pipewire? ( drm ) + remoting? ( drm gles2 ) screen-sharing? ( rdp ) test? ( desktop headless xwayland ) wayland-compositor? ( gles2 ) |