summaryrefslogtreecommitdiff
path: root/packages/pulseaudio/pulseaudio_0.9.9.bb
blob: f52ca6e1c61e85a25387bde22fe6460fd6dcf22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.9 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)
# 3.) hangs, if used with gst-pulse 0.9.7
DEFAULT_PREFERENCE = "-1"