diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-10-31 20:33:26 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-10-31 20:33:43 -0500 |
commit | f6d38b81acadf315a2c0f08236dae7352dffba6a (patch) | |
tree | a7622b56d82b51620eea93a167f5af66eca4c031 /gui-libs | |
parent | sys-kernel/zen-sources: Version bump 5.14.15 (diff) | |
download | gentoo-f6d38b81acadf315a2c0f08236dae7352dffba6a.tar.gz gentoo-f6d38b81acadf315a2c0f08236dae7352dffba6a.tar.bz2 gentoo-f6d38b81acadf315a2c0f08236dae7352dffba6a.zip |
gui-libs/wlroots: fix typo in renderers
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 1b918a2014a5..0da38f73fca7 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -59,10 +59,9 @@ src_configure() { "-Dxcb-errors=disabled" "-Dexamples=false" "-Dwerror=false" - -Drenderes=$(usex vulkan 'gles2,vulkan' gles2) + -Drenderers=$(usex vulkan 'gles2,vulkan' gles2) -Dxwayland=$(usex X enabled disabled) ) -# "-Drenderers=gles2" meson_src_configure } |