diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-10-31 20:55:15 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-10-31 20:55:15 -0500 |
commit | a77ee5de0a0ed3a21cdc2930add33c16bb11adf9 (patch) | |
tree | 73602e364c9f5f47bfb196fc6589486cb941b90e /gui-libs | |
parent | gui-libs/wlroots: don't use automagic to find backends (diff) | |
download | gentoo-a77ee5de0a0ed3a21cdc2930add33c16bb11adf9.tar.gz gentoo-a77ee5de0a0ed3a21cdc2930add33c16bb11adf9.tar.bz2 gentoo-a77ee5de0a0ed3a21cdc2930add33c16bb11adf9.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>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-9999.ebuild | 2 |
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 |