summaryrefslogtreecommitdiff
path: root/packages/pulseaudio/pulseaudio_0.9.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pulseaudio/pulseaudio_0.9.8.bb')
-rw-r--r--packages/pulseaudio/pulseaudio_0.9.8.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/pulseaudio/pulseaudio_0.9.8.bb b/packages/pulseaudio/pulseaudio_0.9.8.bb
new file mode 100644
index 0000000000..93c8ffb849
--- /dev/null
+++ b/packages/pulseaudio/pulseaudio_0.9.8.bb
@@ -0,0 +1,17 @@
+require pulse.inc
+
+DEPENDS += "dbus"
+
+# this is not correct (see below)
+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 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"
+