summaryrefslogtreecommitdiff
path: root/gui-apps/wf-shell/wf-shell-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/wf-shell/wf-shell-9999.ebuild')
-rw-r--r--gui-apps/wf-shell/wf-shell-9999.ebuild11
1 files changed, 3 insertions, 8 deletions
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
}