diff options
author | 2024-03-01 16:12:27 -0800 | |
---|---|---|
committer | 2024-04-04 02:06:41 +0100 | |
commit | 5fa54b08bad95df724b7d8d52ddad03d2fab22e8 (patch) | |
tree | d2166edc113b5b66ab1e7f68a2c29cbff228c1eb /x11-wm/mutter/mutter-45.2-r1.ebuild | |
parent | dev-libs/glib: set glib_debug rather than buildtype (diff) | |
download | gentoo-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/mutter/mutter-45.2-r1.ebuild')
-rw-r--r-- | x11-wm/mutter/mutter-45.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 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 |