summaryrefslogtreecommitdiffstats
path: root/audio-creation/ardour3/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/ardour3/CONFIGURE')
-rwxr-xr-xaudio-creation/ardour3/CONFIGURE16
1 files changed, 13 insertions, 3 deletions
diff --git a/audio-creation/ardour3/CONFIGURE b/audio-creation/ardour3/CONFIGURE
index 8ae1c2c765..6cbb490817 100755
--- a/audio-creation/ardour3/CONFIGURE
+++ b/audio-creation/ardour3/CONFIGURE
@@ -1,3 +1,13 @@
-# Upstream default is y ...
-config_query_option ARDOUR3_PHONE "Contact ardour.org at startup?" y \
- "--phone-home" "--no-phone-home"
+config_query_option ARDOUR3_OPTS "Enable support for linuxVST plugins?" y \
+ "--lxvst" \
+ "" &&
+
+# backporting legacy option
+if [[ -n $ARDOUR3_PHONE ]]; then
+ list_add "ARDOUR3_OPTS" "$ARDOUR3_PHONE"
+ persistent_remove ARDOUR3_PHONE
+fi &&
+
+config_query_option ARDOUR3_OPTS "Contact ardour.org at startup?" y \
+ "--phone-home" \
+ "--no-phone-home"