summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMarco Sirabella <marco@sirabella.org>2024-03-01 16:12:27 -0800
committerSam James <sam@gentoo.org>2024-04-04 02:06:41 +0100
commit5fa54b08bad95df724b7d8d52ddad03d2fab22e8 (patch)
treed2166edc113b5b66ab1e7f68a2c29cbff228c1eb /x11-wm
parentdev-libs/glib: set glib_debug rather than buildtype (diff)
downloadgentoo-5fa54b08bad95df724b7d8d52ddad03d2fab22e8.tar.gz
gentoo-5fa54b08bad95df724b7d8d52ddad03d2fab22e8.tar.bz2
gentoo-5fa54b08bad95df724b7d8d52ddad03d2fab22e8.zip
*/*: -Dbuildtype -> EMESON_BUILDTYPE
Signed-off-by: Marco Sirabella <marco@sirabella.org> Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36071 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/mutter/mutter-45.2-r1.ebuild3
-rw-r--r--x11-wm/mutter/mutter-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/mutter/mutter-45.2-r1.ebuild b/x11-wm/mutter/mutter-45.2-r1.ebuild
index fd1c366583ec..fa99dc7a1251 100644
--- a/x11-wm/mutter/mutter-45.2-r1.ebuild
+++ b/x11-wm/mutter/mutter-45.2-r1.ebuild
@@ -152,6 +152,8 @@ python_check_deps() {
}
src_configure() {
+ use debug && EMESON_BUILDTYPE=debug
+
local emesonargs=(
# Mutter X11 renderer only supports gles2 and GLX, thus do NOT pass
#
@@ -166,7 +168,6 @@ src_configure() {
# - https://bugs.gentoo.org/835786
# - https://forums.gentoo.org/viewtopic-p-8695669.html
- -Dbuildtype=$(usex debug debug plain)
-Dopengl=true
$(meson_use wayland gles2)
#gles2_libname
diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999.ebuild
index 0dc94ddab6d1..43f515815af1 100644
--- a/x11-wm/mutter/mutter-9999.ebuild
+++ b/x11-wm/mutter/mutter-9999.ebuild
@@ -150,6 +150,8 @@ python_check_deps() {
}
src_configure() {
+ use debug && EMESON_BUILDTYPE=debug
+
local emesonargs=(
# Mutter X11 renderer only supports gles2 and GLX, thus do NOT pass
#
@@ -164,7 +166,6 @@ src_configure() {
# - https://bugs.gentoo.org/835786
# - https://forums.gentoo.org/viewtopic-p-8695669.html
- -Dbuildtype=$(usex debug debug plain)
-Dopengl=true
$(meson_use wayland gles2)
#gles2_libname