summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-10-31 20:49:37 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-10-31 20:49:37 -0500
commit2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b (patch)
treeae7138e868262fa1371242c2bb40ee89a1b7d864
parentgui-libs/wlroots: fix typo in renderers (diff)
downloadgentoo-2bfae8ea.tar.gz
gentoo-2bfae8ea.tar.bz2
gentoo-2bfae8ea.zip
gui-libs/wlroots: don't use automagic to find backends
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.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild
index 0da38f73fca7..c5f30a6ccb1c 100644
--- a/gui-libs/wlroots/wlroots-9999.ebuild
+++ b/gui-libs/wlroots/wlroots-9999.ebuild
@@ -61,6 +61,7 @@ src_configure() {
"-Dwerror=false"
-Drenderers=$(usex vulkan 'gles2,vulkan' gles2)
-Dxwayland=$(usex X enabled disabled)
+ -Dbackends=drm,libinput$(usex X ',x11' '')
)
meson_src_configure