summaryrefslogtreecommitdiffstats
path: root/audio-players/ario/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/ario/CONFIGURE')
-rwxr-xr-xaudio-players/ario/CONFIGURE9
1 files changed, 9 insertions, 0 deletions
diff --git a/audio-players/ario/CONFIGURE b/audio-players/ario/CONFIGURE
new file mode 100755
index 0000000000..4ef592c174
--- /dev/null
+++ b/audio-players/ario/CONFIGURE
@@ -0,0 +1,9 @@
+config_query ARIO_LIBRE "Do you want to use Libre.FM instead of Last.FM?" n &&
+config_query_option ARIO_OPTS "Enable MPD Idle support" n \
+ "--enable-mpdidle" "--disable-mpdidle" &&
+config_query_option ARIO_OPTS "Enable Playlists support" y \
+ "--enable-playlists" "--disable-playlists" &&\
+config_query_option ARIO_OPTS "Enable Egg Tray Icon" y \
+ "--enable-eggtrayicon" "--disable-eggtrayicon" &&
+config_query_option ARIO_OPTS "Enable search" y \
+ "--enable-search" "--disable-search"