diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-12-01 10:42:17 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2007-12-01 10:42:17 +0000 |
commit | 19c5b1c558152f0720046d98ec65cc1b4aa98a68 (patch) | |
tree | ecc7000c6176978f4db0db02bb89ea16c5b054b9 /packages/pulseaudio/pulseaudio_0.9.8.bb | |
parent | 82935fa891f97961cd0607261e42fcb3e83be41c (diff) | |
parent | d22ff5dd65b6a89d9b5df4484734f4291ef291bd (diff) |
merge of '2683bd9d4ce3415de6e02aa18e8e6f4ee7fbfb5a'
and 'bee176e62f09ed2869211e26933a49bb485a2b2b'
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" + |