summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-09-26 00:09:04 -0600
committerArthur Zamarin <arthurzam@gentoo.org>2023-09-28 20:51:48 +0300
commit3589e8bdf873a137f319efa4e813452fca59fae8 (patch)
treebef4d9d0bb16bbecb72d1a23fb972dcfa485a612 /gui-libs
parentgui-libs/wlroots: add xcb-errors USE-flag (0.16.2-r2) (diff)
downloadgentoo-3589e8bdf873a137f319efa4e813452fca59fae8.tar.gz
gentoo-3589e8bdf873a137f319efa4e813452fca59fae8.tar.bz2
gentoo-3589e8bdf873a137f319efa4e813452fca59fae8.zip
gui-libs/wlroots: update REQUIRED_USE
xcb-errors is silently disabled if both are disabled Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/wlroots/wlroots-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
index 4e87d9d232db..701b10202eeb 100644
--- a/gui-libs/wlroots/wlroots-9999.ebuild
+++ b/gui-libs/wlroots/wlroots-9999.ebuild
@@ -20,7 +20,11 @@ fi
LICENSE="MIT"
IUSE="liftoff +libinput +drm +session tinywl vulkan x11-backend xcb-errors X"
-REQUIRED_USE="drm? ( session ) libinput? ( session )"
+REQUIRED_USE="
+ drm? ( session )
+ libinput? ( session )
+ xcb-errors? ( || ( x11-backend X ) )
+"
DEPEND="
>=dev-libs/wayland-1.22.0