summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-10-31 20:55:15 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-10-31 20:55:15 -0500
commita77ee5de0a0ed3a21cdc2930add33c16bb11adf9 (patch)
tree73602e364c9f5f47bfb196fc6589486cb941b90e
parentgui-libs/wlroots: don't use automagic to find backends (diff)
downloadgentoo-a77ee5de.tar.gz
gentoo-a77ee5de.tar.bz2
gentoo-a77ee5de.zip
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@gentoo.org>
-rw-r--r--gui-libs/wlroots/wlroots-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
index c5f30a6ccb1c..53e54f07ae88 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