summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-10-05 12:21:45 -0700
committerGeorge Sherwood2010-10-09 09:42:22 -0500
commit18939f9cad5169636c581f75bb425e539e54cc93 (patch)
tree066a99a96836f05313faa6ddb72a983e22357c74
parent2919064fe2f2cd64da8fda7ed6b5b9459fadc347 (diff)
pulseaudio: Depends on libxtst when building X11 support
Fixes Bug #15741 (cherry picked from commit 50c32d317c5f2df8482ef5619b44d3490428048c)
-rwxr-xr-xaudio-drivers/pulseaudio/DEPENDS5
-rw-r--r--audio-drivers/pulseaudio/HISTORY2
2 files changed, 7 insertions, 0 deletions
diff --git a/audio-drivers/pulseaudio/DEPENDS b/audio-drivers/pulseaudio/DEPENDS
index d3b0207956..91d7044346 100755
--- a/audio-drivers/pulseaudio/DEPENDS
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -48,6 +48,11 @@ optional_depends xorg-libs \
"--enable-x11" \
"--disable-x11" \
"Enable X11 support?" &&
+
+if is_depends_enabled $SPELL xorg-libs; then
+ depends libxtst
+fi &&
+
optional_depends policykit \
"--enable-polkit" \
"--disable-polkit" \
diff --git a/audio-drivers/pulseaudio/HISTORY b/audio-drivers/pulseaudio/HISTORY
index 91c16d6260..89b078949c 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,6 +1,8 @@
2010-10-05 Eric Sandall <sandalle@sourcemage.org>
* BUILD: Fails to compile with -Wl,--as-needed in LDFLAGS
Fixes Bug #15307
+ * DEPENDS: Depends on libxtst when building X11 support
+ Fixes Bug #15741
2010-10-04 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Clarify what some optional depends are for