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

DEPENDS += "gdbm speex"

inherit gettext

SRC_URI += "\
  file://buildfix.patch;patch=1 \
  file://autoconf_version.patch;patch=1 \
  file://tls_m4.patch;patch=1 \
  file://configure_silent_rules.patch;patch=1 \
"

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