summaryrefslogtreecommitdiff
path: root/packages/pulseaudio/pulseaudio_0.9.8.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-12-04 23:56:51 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-12-04 23:56:51 +0000
commitdc54a3030e02d338c5ba84e68aaf604a0bcda65f (patch)
tree2a8efcaddf7cf4a8c07c4bff9fc059fb366a027e /packages/pulseaudio/pulseaudio_0.9.8.bb
parente9298140e0a9ad9202f0c678ad1d0c7ac0201784 (diff)
pulseaudio 0.9.8 needs patch for corner case when you build with dbus but without HAL
Diffstat (limited to 'packages/pulseaudio/pulseaudio_0.9.8.bb')
-rw-r--r--packages/pulseaudio/pulseaudio_0.9.8.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/pulseaudio/pulseaudio_0.9.8.bb b/packages/pulseaudio/pulseaudio_0.9.8.bb
index 0677fc8d59..93c8ffb849 100644
--- a/packages/pulseaudio/pulseaudio_0.9.8.bb
+++ b/packages/pulseaudio/pulseaudio_0.9.8.bb
@@ -3,12 +3,15 @@ require pulse.inc
DEPENDS += "dbus"
# this is not correct (see below)
-SRC_URI += "file://disable-using-glibc-tls.patch;patch=1"
+SRC_URI += "\
+ file://disable-using-glibc-tls.patch;patch=1 \
+ file://fix-dbus-without-hal.patch;patch=1 \
+"
PR = "r0"
# problems w/ pulseaudio 0.9.8 atm:
-# 1.) needs libtool >= 1.5.24 (yes, any older version will NOT work)
+# 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)
DEFAULT_PREFERENCE = "-1"