Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / pulseaudio / pulseaudio_0.9.9.bb
1 require pulseaudio.inc
2
3 DEPENDS += "dbus"
4 FILE_PR = "r5"
5
6 # this is not correct (see below)
7 SRC_URI += "\
8   file://disable-using-glibc-tls.patch;patch=1 \
9   file://fix-dbus-without-hal.patch;patch=1 \
10   file://fix-shm.patch;patch=1 \
11 "            
12
13 # problems w/ pulseaudio 0.9.9 atm:
14 # 1.) needs libltdl >= 1.5.24 (yes, any older version will NOT work at runtime)
15 # 2.) doesn't build w/ glibc TLS support (hence patched out)
16 # 3.) fails with hierarchical pthread stuff w/ gst-pulse (hence patched out)