media-sound/guitarix: usev instead of usex

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44779
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT
2025-11-25 21:54:42 +01:00
committed by Sam James
parent 9a08c9916a
commit d6446160c3

View File

@@ -97,12 +97,12 @@ src_configure() {
--shared-lib
--jobs=$(makeopts_jobs)
$(use_enable nls)
$(usex bluetooth "" "--no-bluez")
$(usex debug "--debug" "")
$(usev !bluetooth --no-bluez)
$(usev debug --debug)
$(usex lv2 "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" "--no-lv2 --no-lv2-gui")
$(usex nsm "" "--no-nsm")
$(usex standalone "" "--no-standalone")
$(usex zeroconf "" "--no-avahi")
$(usev !nsm --no-nsm)
$(usev !standalone --no-standalone)
$(usev !zeroconf --no-avahi)
)
waf-utils_src_configure "${myconf[@]}"
}