summaryrefslogtreecommitdiff
path: root/media-sound/guitarix/guitarix-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /media-sound/guitarix/guitarix-9999.ebuild
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'media-sound/guitarix/guitarix-9999.ebuild')
-rw-r--r--media-sound/guitarix/guitarix-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild
index 95daa28f6cff..1f66e9647b1f 100644
--- a/media-sound/guitarix/guitarix-9999.ebuild
+++ b/media-sound/guitarix/guitarix-9999.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P}/trunk"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="bluetooth debug lv2 nls +standalone zeroconf"
+IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf"
REQUIRED_USE="|| ( lv2 standalone )"
COMMON_DEPEND="dev-cpp/eigen:3
@@ -38,6 +38,7 @@ COMMON_DEPEND="dev-cpp/eigen:3
media-libs/lilv
virtual/jack
bluetooth? ( net-wireless/bluez )
+ nsm? ( media-libs/liblo )
zeroconf? ( net-dns/avahi )
)
"
@@ -74,6 +75,7 @@ src_configure() {
$(usex bluetooth "" "--no-bluez")
$(usex 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")
)