diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-06-06 16:03:48 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-06 20:12:15 -0400 |
commit | 69f10f6bc72eb560a8aa7c3fc880eb2e785c1401 (patch) | |
tree | c438002c3bcb6c38a1f83a79b3cff5757ef5a3cc /gui-apps | |
parent | gui-apps/wcm: remove debug symbols (diff) | |
download | gentoo-69f10f6bc72eb560a8aa7c3fc880eb2e785c1401.tar.gz gentoo-69f10f6bc72eb560a8aa7c3fc880eb2e785c1401.tar.bz2 gentoo-69f10f6bc72eb560a8aa7c3fc880eb2e785c1401.zip |
gui-apps/wf-shell: remove debug symbols
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/16090
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wf-shell/wf-shell-0.4.0-r1.ebuild (renamed from gui-apps/wf-shell/wf-shell-0.4.0.ebuild) | 9 | ||||
-rw-r--r-- | gui-apps/wf-shell/wf-shell-9999.ebuild | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/gui-apps/wf-shell/wf-shell-0.4.0.ebuild b/gui-apps/wf-shell/wf-shell-0.4.0-r1.ebuild index ab448db2642f..21fc54e4ef78 100644 --- a/gui-apps/wf-shell/wf-shell-0.4.0.ebuild +++ b/gui-apps/wf-shell/wf-shell-0.4.0-r1.ebuild @@ -18,12 +18,12 @@ fi LICENSE="MIT" SLOT="0" -IUSE="+pulseaudio debug" +IUSE="+pulseaudio" DEPEND=" dev-cpp/gtkmm:3.0=[wayland] dev-libs/gobject-introspection - ~gui-wm/wayfire-${PV}[debug=] + ~gui-wm/wayfire-${PV} >=gui-libs/gtk-layer-shell-0.1 pulseaudio? ( media-sound/pulseaudio ) " @@ -40,10 +40,5 @@ src_configure () { local emesonargs=( "$(meson_feature pulseaudio pulse)" ) - if use debug; then - emesonargs+=( - "-Db_sanitize=address,undefined" - ) - fi meson_src_configure } diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index ab448db2642f..21fc54e4ef78 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -18,12 +18,12 @@ fi LICENSE="MIT" SLOT="0" -IUSE="+pulseaudio debug" +IUSE="+pulseaudio" DEPEND=" dev-cpp/gtkmm:3.0=[wayland] dev-libs/gobject-introspection - ~gui-wm/wayfire-${PV}[debug=] + ~gui-wm/wayfire-${PV} >=gui-libs/gtk-layer-shell-0.1 pulseaudio? ( media-sound/pulseaudio ) " @@ -40,10 +40,5 @@ src_configure () { local emesonargs=( "$(meson_feature pulseaudio pulse)" ) - if use debug; then - emesonargs+=( - "-Db_sanitize=address,undefined" - ) - fi meson_src_configure } |