diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-11-30 20:44:28 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-11-30 20:44:28 +0000 |
commit | 33c40b15a78be31216e1dec07a92d0df643afde5 (patch) | |
tree | 58e16d3aca749bf0cd4f289a8f5bc319815b3893 /packages/pulseaudio/pulseaudio_0.9.8.bb | |
parent | 89ba1da42a5b7effe8653782eb7f8abfb9222dcd (diff) |
pulseaudio: add 0.9.8, remove 0.9.7
Diffstat (limited to 'packages/pulseaudio/pulseaudio_0.9.8.bb')
-rw-r--r-- | packages/pulseaudio/pulseaudio_0.9.8.bb | 12 |
1 files changed, 12 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..76bf6e8411 --- /dev/null +++ b/packages/pulseaudio/pulseaudio_0.9.8.bb @@ -0,0 +1,12 @@ +require pulse.inc + +# this is not correct (see below) +SRC_URI += "file://disable-using-glibc-tls.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) +# 2.) doesn't build w/ glibc TLS support (hence patched out) +DEFAULT_PREFERENCE = "-1" + |