New commits:
commit 50c32d317c5f2df8482ef5619b44d3490428048c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
pulseaudio: Depends on libxtst when building X11 support
Fixes Bug #15741
diff --git a/audio-drivers/pulseaudio/DEPENDS
b/audio-drivers/pulseaudio/DEPENDS
index d3b0207..91d7044 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 91c16d6..89b0789 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,6 +1,8 @@
2010-10-05 Eric Sandall <sandalle AT 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 AT sourcemage.org>
* DEPENDS: Clarify what some optional depends are for
[SM-Commit] GIT changes to master grimoire by Eric Sandall (50c32d317c5f2df8482ef5619b44d3490428048c),
Eric Sandall, 10/05/2010