commit: a77ee5de0a0ed3a21cdc2930add33c16bb11adf9
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 1 01:55:15 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Nov 1 01:55:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77ee5de
gui-libs/wlroots: use correct x flag for x11-backend X
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
gui-libs/wlroots/wlroots-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-libs/wlroots/wlroots-9999.ebuild
b/gui-libs/wlroots/wlroots-9999.ebuild
index c5f30a6ccb1..53e54f07ae8 100644
--- a/gui-libs/wlroots/wlroots-9999.ebuild
+++ b/gui-libs/wlroots/wlroots-9999.ebuild
@@ -61,7 +61,7 @@ src_configure() {
"-Dwerror=false"
-Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
-Dxwayland=$(usex X enabled disabled)
- -Dbackends=drm,libinput$(usex X ',x11' '')
+ -Dbackends=drm,libinput$(usex x11-backend ',x11' '')
)
meson_src_configure