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