summaryrefslogtreecommitdiffstats
path: root/audio-creation/lmms/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/lmms/CONFIGURE')
-rwxr-xr-xaudio-creation/lmms/CONFIGURE15
1 files changed, 5 insertions, 10 deletions
diff --git a/audio-creation/lmms/CONFIGURE b/audio-creation/lmms/CONFIGURE
index 6a75497805..67898eadaa 100755
--- a/audio-creation/lmms/CONFIGURE
+++ b/audio-creation/lmms/CONFIGURE
@@ -1,12 +1,7 @@
-config_query_option LMMS_SURROUND \
- "Enable surround support?" y \
- "--with-surround" "--without-surround" &&
-config_query_option LMMS_SINC \
- "Enable high quality sinc resampling?" n \
- "--with-hqsinc" "--without-hqsinc" &&
-config_query_option LMMS_OSS \
- "Enable OSS sound output?" y \
- "--with-oss" "--without-oss" &&
+persistent_read
+LMMS_VST=${LMMS_VST/--without-vst/-DWANT_VST=0}
+LMMS_VST=${LMMS_VST/--with-vst/-DWANT_VST=1}
+
config_query_option LMMS_VST \
"Enable support for builtin VST plugin hosting?" n \
- "--with-vst" "--without-vst"
+ "-DWANT_VST=1" "-DWANT_VST=0"