aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pulseaudio/pulseaudio_0.9.15.bb
blob: 7abfe291774dec05b1e5589813a0ac3214cf1254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
require pulseaudio.inc

DEPENDS += "gdbm speex"
PR = "${INC_PR}.3"

inherit gettext

SRC_URI += "\
  file://buildfix.patch;patch=1 \
  file://alsaerror.patch;patch=1 \
  file://periodfix.patch;patch=1 \
  file://fallback.patch;patch=1 \
  file://autoconf_version.patch;patch=1 \
  file://gettext.patch;patch=1 \
  file://fixbluezbuild.patch;patch=1 \
"

do_compile_prepend() {
    cd ${S}
    mkdir -p ${S}/libltdl
    cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
}