summaryrefslogtreecommitdiff
path: root/packages/pulseaudio/pulseaudio_0.9.9.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-03-28 15:39:27 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-03-28 15:39:27 +0000
commita61d0ff5bdb2c9006f5e35d70cea3f74f66231d1 (patch)
tree4e44f1145efcaddb699103059486b808ef9444fb /packages/pulseaudio/pulseaudio_0.9.9.bb
parentc387c55213338679b3dee7c4e6c97f01b4806c6a (diff)
pulseaudio 0.9.9 fix building against uClibc. closes #4106
Diffstat (limited to 'packages/pulseaudio/pulseaudio_0.9.9.bb')
-rw-r--r--packages/pulseaudio/pulseaudio_0.9.9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pulseaudio/pulseaudio_0.9.9.bb b/packages/pulseaudio/pulseaudio_0.9.9.bb
index 7e63b61eb3..f38595e5dd 100644
--- a/packages/pulseaudio/pulseaudio_0.9.9.bb
+++ b/packages/pulseaudio/pulseaudio_0.9.9.bb
@@ -1,15 +1,15 @@
require pulse.inc
DEPENDS += "dbus"
+PR = "r4"
# this is not correct (see below)
SRC_URI += "\
file://disable-using-glibc-tls.patch;patch=1 \
file://fix-dbus-without-hal.patch;patch=1 \
+ file://fix-shm.patch;patch=1 \
"
-PR = "r3"
-
# problems w/ pulseaudio 0.9.9 atm:
# 1.) needs libltdl >= 1.5.24 (yes, any older version will NOT work at runtime)
# 2.) doesn't build w/ glibc TLS support (hence patched out)