commit: 2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 1 01:49:37 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Nov 1 01:49:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bfae8ea
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 <AT> gentoo.org>
gui-libs/wlroots/wlroots-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/gui-libs/wlroots/wlroots-9999.ebuild
b/gui-libs/wlroots/wlroots-9999.ebuild
index 0da38f73fca..c5f30a6ccb1 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