summaryrefslogtreecommitdiffstats
path: root/audio-creation/ardour3/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/ardour3/CONFIGURE')
-rwxr-xr-xaudio-creation/ardour3/CONFIGURE13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio-creation/ardour3/CONFIGURE b/audio-creation/ardour3/CONFIGURE
new file mode 100755
index 0000000000..6cbb490817
--- /dev/null
+++ b/audio-creation/ardour3/CONFIGURE
@@ -0,0 +1,13 @@
+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"