From 9452a6e87b6c2c70513bc47a2470bf9f1168920e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Jun 2020 10:39:22 +0100 Subject: gentoo resync : 13.06.2020 --- gui-apps/wf-shell/wf-shell-9999.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'gui-apps/wf-shell/wf-shell-9999.ebuild') diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 9167682d0b61..21fc54e4ef78 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -18,7 +18,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="+pulseaudio debug" +IUSE="+pulseaudio" DEPEND=" dev-cpp/gtkmm:3.0=[wayland] @@ -36,14 +36,9 @@ BDEPEND=" virtual/pkgconfig " -src_compile () { +src_configure () { local emesonargs=( "$(meson_feature pulseaudio pulse)" ) - if use debug; then - emesonargs+=( - "-Db_sanitize=address,undefined" - ) - fi - meson_src_compile + meson_src_configure } -- cgit v1.2.3