commit:     0ef992507bb55203881bbe44e407ff4d6cec9e9d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  5 16:35:24 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb  5 17:00:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef99250

dev-libs/weston: Require drm and gles2 for remoting USE flag

Closes: https://bugs.gentoo.org/829224
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-libs/weston/weston-9.0.0-r2.ebuild | 1 +
 dev-libs/weston/weston-9999.ebuild     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

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 )

Reply via email to