summaryrefslogtreecommitdiffstats
path: root/audio-players/rhythmbox/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/rhythmbox/CONFIGURE')
-rwxr-xr-xaudio-players/rhythmbox/CONFIGURE8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio-players/rhythmbox/CONFIGURE b/audio-players/rhythmbox/CONFIGURE
new file mode 100755
index 0000000000..938898c99f
--- /dev/null
+++ b/audio-players/rhythmbox/CONFIGURE
@@ -0,0 +1,8 @@
+config_query RHYTHMBOX_BACKEND "Use ${SPELL_COLOR}xine-lib${DEFAULT_COLOR} backend instead of ${SPELL_COLOR}gstreamer${DEFAULT_COLOR}?" y &&
+config_query RHYTHMBOX_FLAC "Enable ${SPELL_COLOR}flac${DEFAULT_COLOR} support?" y &&
+
+config_query_option RHYTHMBOX_IPOD "Enable Apple iPod support?" y \
+ '--enable-ipod' '--disable-ipod' &&
+
+config_query_option RHYTHMBOX_MMKEY "Enable Multimedia Keys support?" y \
+ '--enable-mmkeys' '--disable-mmkeys'