summaryrefslogtreecommitdiffstats
path: root/audio-creation/ardour5/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/ardour5/DEPENDS')
-rwxr-xr-xaudio-creation/ardour5/DEPENDS12
1 files changed, 7 insertions, 5 deletions
diff --git a/audio-creation/ardour5/DEPENDS b/audio-creation/ardour5/DEPENDS
index d7ebd2328b..eb6556a801 100755
--- a/audio-creation/ardour5/DEPENDS
+++ b/audio-creation/ardour5/DEPENDS
@@ -13,7 +13,7 @@ depends liblo &&
depends taglib &&
depends vamp-plugin-sdk &&
depends rubberband &&
-depends fftw &&
+depends -sub "SINGLE THREADS" fftw &&
depends aubio &&
depends libxml2 &&
depends libsigc++3 &&
@@ -65,10 +65,12 @@ optional_depends doxygen \
"" \
"to build documentation" &&
-optional_depends GETTEXT \
- "--nls" \
- "--no-nls" \
- "for native language support" &&
+depends GETTEXT &&
+# Ardour 5.12 has a build bug with --no-nls
+#optional_depends GETTEXT \
+# "--nls" \
+# "--no-nls" \
+# "for native language support" &&
optional_depends valgrind \
"--grind" \