summaryrefslogtreecommitdiffstats
path: root/audio-plugins/audacious-plugins/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-plugins/audacious-plugins/CONFIGURE')
-rwxr-xr-xaudio-plugins/audacious-plugins/CONFIGURE18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio-plugins/audacious-plugins/CONFIGURE b/audio-plugins/audacious-plugins/CONFIGURE
new file mode 100755
index 0000000000..69ab67e36a
--- /dev/null
+++ b/audio-plugins/audacious-plugins/CONFIGURE
@@ -0,0 +1,18 @@
+config_query_option AUDACIOUS_IPV6 \
+ 'for IPv6 support' n \
+ '--enable-ipv6' \
+ '--disable-ipv6' &&
+config_query_option AUDACIOUS_STATUS \
+ 'for a status icon' y \
+ '--enable-statusicon' \
+ '--disable-statusicon' &&
+config_query_option AUDACIOUS_OSD \
+ 'for OSD plugin' y \
+ '--enable-aosd' \
+ '--disable-aosd' &&
+if [[ "$AUDACIOUS_OSD" == '--enable-aosd' ]]; then
+ config_query_option AUDACIOUS_COSD \
+ 'for X Composite OSD plugin' y \
+ '--enable-aosd-xcomp' \
+ '--disable-aosd-xcomp'
+fi