diff options
Diffstat (limited to 'meta/recipes-multimedia/pulseaudio/pulseaudio.inc')
| -rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index b2781152a9..0b05ce4cac 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
| @@ -12,7 +12,7 @@ DEPENDS = "libatomic-ops libsndfile1 libtool" | |||
| 12 | DEPENDS += "udev alsa-lib glib-2.0 gconf" | 12 | DEPENDS += "udev alsa-lib glib-2.0 gconf" |
| 13 | DEPENDS += "json-c gdbm speexdsp libxml-parser-perl-native libcap" | 13 | DEPENDS += "json-c gdbm speexdsp libxml-parser-perl-native libcap" |
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig useradd gettext perlnative bluetooth systemd | 15 | inherit autotools bash-completion pkgconfig useradd gettext perlnative bluetooth systemd |
| 16 | 16 | ||
| 17 | # *.desktop rules wont be generated during configure and build will fail | 17 | # *.desktop rules wont be generated during configure and build will fail |
| 18 | # if using --disable-nls | 18 | # if using --disable-nls |
| @@ -32,6 +32,10 @@ EXTRA_OECONF = "\ | |||
| 32 | ac_cv_header_valgrind_memcheck_h=no \ | 32 | ac_cv_header_valgrind_memcheck_h=no \ |
| 33 | " | 33 | " |
| 34 | 34 | ||
| 35 | # soxr (the SoX Resampler library) doesn't seem to be currently packaged in | ||
| 36 | # oe-core nor meta-oe, so let's not add a PACKAGECONFIG entry for it for now. | ||
| 37 | EXTRA_OECONF += "--without-soxr" | ||
| 38 | |||
| 35 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)} \ | 39 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)} \ |
| 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \ | 40 | ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \ |
| 37 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 41 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
| @@ -101,7 +105,7 @@ RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf" | |||
| 101 | 105 | ||
| 102 | PACKAGES_DYNAMIC += "^pulseaudio-lib-.* ^pulseaudio-module-.*" | 106 | PACKAGES_DYNAMIC += "^pulseaudio-lib-.* ^pulseaudio-module-.*" |
| 103 | 107 | ||
| 104 | FILES_libpulsecore = "${libdir}/libpulsecore*.so" | 108 | FILES_libpulsecore = "${libdir}/pulseaudio/libpulsecore*.so" |
| 105 | FILES_libpulsecommon = "${libdir}/pulseaudio/libpulsecommon*.so" | 109 | FILES_libpulsecommon = "${libdir}/pulseaudio/libpulsecommon*.so" |
| 106 | 110 | ||
| 107 | # client.conf configures the behaviour of libpulse, so it belongs in the same | 111 | # client.conf configures the behaviour of libpulse, so it belongs in the same |
