diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-03-19 12:00:33 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-19 10:05:38 +0000 |
commit | ddd0ffa7c79197145f42e4499a8b68ef3a3966d3 (patch) | |
tree | e11a1cb4dd0663a6e148d384340b797999c29796 /gui-wm/wayfire/wayfire-9999.ebuild | |
parent | gui-wm/wayfire: add patch to not use system installed configuration (diff) | |
download | gentoo-ddd0ffa7c79197145f42e4499a8b68ef3a3966d3.tar.gz gentoo-ddd0ffa7c79197145f42e4499a8b68ef3a3966d3.tar.bz2 gentoo-ddd0ffa7c79197145f42e4499a8b68ef3a3966d3.zip |
gui-wm/wayfire: reword local use flags
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35828
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm/wayfire/wayfire-9999.ebuild')
-rw-r--r-- | gui-wm/wayfire/wayfire-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-wm/wayfire/wayfire-9999.ebuild b/gui-wm/wayfire/wayfire-9999.ebuild index 0666f1cd607d..6a2f5696709d 100644 --- a/gui-wm/wayfire/wayfire-9999.ebuild +++ b/gui-wm/wayfire/wayfire-9999.ebuild @@ -19,7 +19,7 @@ else fi LICENSE="MIT" -IUSE="+gles test X" +IUSE="+gles3 test X" RESTRICT="!test? ( test )" # bundled wlroots has the following dependency string according to included headers. @@ -73,7 +73,7 @@ src_configure() { local emesonargs=( $(meson_feature test tests) $(meson_feature X xwayland) - $(meson_use gles enable_gles32) + $(meson_use gles3 enable_gles32) -Duse_system_wfconfig=enabled -Duse_system_wlroots=enabled ) |