diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-10-31 20:49:37 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-10-31 20:49:37 -0500 |
commit | 2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b (patch) | |
tree | ae7138e868262fa1371242c2bb40ee89a1b7d864 /gui-libs | |
parent | gui-libs/wlroots: fix typo in renderers (diff) | |
download | gentoo-2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b.tar.gz gentoo-2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b.tar.bz2 gentoo-2bfae8ea4a8c068f8cc5c2ade67661d0bba5da8b.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>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-9999.ebuild | 1 |
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 |