mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
committed by
Sam James
parent
9a08c9916a
commit
d6446160c3
@@ -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[@]}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user