commit:     d020fc9f446b737ffe39d6ce9a5a7c7630be08b7
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu Feb  8 11:04:40 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb  8 11:08:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d020fc9f

gui-wm/cage: fix xwayland feature change
* bump upstream to wlroots-17

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 gui-wm/cage/cage-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-wm/cage/cage-9999.ebuild b/gui-wm/cage/cage-9999.ebuild
index 08add77fbd..acc0dc85e8 100644
--- a/gui-wm/cage/cage-9999.ebuild
+++ b/gui-wm/cage/cage-9999.ebuild
@@ -22,11 +22,11 @@ SLOT="0"
 IUSE="X"
 
 RDEPEND="
-       gui-libs/wlroots:0/16[X?]
+       gui-libs/wlroots:0/17[X?]
        x11-libs/libxkbcommon[X?]
 "
 DEPEND="${RDEPEND}"
 
 src_configure() {
-       meson_src_configure $(meson_use X xwayland)
+       meson_src_configure $(meson_feature X xwayland)
 }

Reply via email to