summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-plugins/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/alsa-plugins/PREPARE')
-rwxr-xr-xaudio-drivers/alsa-plugins/PREPARE6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio-drivers/alsa-plugins/PREPARE b/audio-drivers/alsa-plugins/PREPARE
new file mode 100755
index 0000000000..468460dcce
--- /dev/null
+++ b/audio-drivers/alsa-plugins/PREPARE
@@ -0,0 +1,6 @@
+config_query ALSA_PLUG_GIT "Build latest version from development tree?" n &&
+
+if [[ $ALSA_PLUG_GIT == y ]]; then
+ config_query ALSA_PLUG_GIT_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi