summaryrefslogtreecommitdiffstats
path: root/audio-players/deadbeef/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/deadbeef/CONFIGURE')
-rwxr-xr-xaudio-players/deadbeef/CONFIGURE14
1 files changed, 13 insertions, 1 deletions
diff --git a/audio-players/deadbeef/CONFIGURE b/audio-players/deadbeef/CONFIGURE
index 5f1e6227b1..935c040598 100755
--- a/audio-players/deadbeef/CONFIGURE
+++ b/audio-players/deadbeef/CONFIGURE
@@ -1 +1,13 @@
-config_query GTK3 "Build with GTK+3 support?" n
+config_query GTK3 "Build with GTK+3 support?" n \
+
+config_query_option DEADBEEF_OPTS "Use abstract UNIX socket for IPC?" n \
+ "--enable-abstract-socket" \
+ "--disable-abstract-socket" &&
+
+config_query_option DEADBEEF_OPTS "Build playlist browser gui plugin?" y \
+ "--enable-pltbrowser" \
+ "--disable-pltbrowser" &&
+
+config_query_option DEADBEEF_OPTS "Build WMA plugin?" y \
+ "--enable-wma" \
+ "--disable-wma"