summaryrefslogtreecommitdiffstats
path: root/audio-drivers/pulseaudio/DEPENDS
diff options
context:
space:
mode:
authorEric Sandall2009-08-23 13:53:55 -0700
committerEric Sandall2009-08-23 13:53:55 -0700
commitf94570a6b0e731ca146f60c4d9522bd84df2b1cf (patch)
tree619deaa9a8d7c7d9e05c2c2b40fd19dde5b44bb0 /audio-drivers/pulseaudio/DEPENDS
parentf4379c45b6e0a1468e0c4c28e9c7fc169631dd68 (diff)
pulseaudio: Fix flags for enabling/disabling X11 support
Diffstat (limited to 'audio-drivers/pulseaudio/DEPENDS')
-rwxr-xr-xaudio-drivers/pulseaudio/DEPENDS8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio-drivers/pulseaudio/DEPENDS b/audio-drivers/pulseaudio/DEPENDS
index 58019e3ddb..4d27a4eae4 100755
--- a/audio-drivers/pulseaudio/DEPENDS
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -36,10 +36,10 @@ optional_depends libcap \
"--with-caps" \
"--without-caps" \
"Enable libcap support?" &&
-optional_depends xorg-libs \
- "--with-x" \
- "--without-x" \
- "Enable X support?" &&
+optional_depends xorg-libs \
+ "--enable-x11" \
+ "--disable-x11" \
+ "Enable X11 support?" &&
optional_depends policykit \
"--enable-polkit" \
"--disable-polkit" \