summaryrefslogtreecommitdiffstats
path: root/audio-drivers/pulseaudio/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/pulseaudio/CONFIGURE')
-rwxr-xr-xaudio-drivers/pulseaudio/CONFIGURE8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio-drivers/pulseaudio/CONFIGURE b/audio-drivers/pulseaudio/CONFIGURE
index 669e488615..8b67f7607d 100755
--- a/audio-drivers/pulseaudio/CONFIGURE
+++ b/audio-drivers/pulseaudio/CONFIGURE
@@ -1 +1,7 @@
-config_query_option PULSE_OSS 'build OSS support?' n '--enable-oss' '--disable-oss'
+config_query_option PULSE_OSS 'build OSS support?' n \
+ '--enable-oss-output --enable-oss-wrapper' \
+ '--disable-oss-output --disable-oss-wrapper' &&
+config_query_option PULSE_IP6 'enable IPv6 support?' n \
+ '--enable-ipv6' \
+ '--disable-ipv6' &&
+config_query_list PULSE_DB 'which configuration database do you want?' gdbm tdb simple auto