pulseaudio: Always enable NLS

When NLS is disabled e.g. on uclibc the build fails
The actual problem is that pulseaudio build system
should cater for it but it does not

(From OE-Core rev: 802a2ec822738fc383ae259231acf0303e7cc7ea)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2012-08-31 14:10:52 -07:00 committed by Richard Purdie
parent 5a758d6146
commit 6b8b0be916
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@ SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.g
inherit autotools pkgconfig useradd
# *.desktop rules wont be generated during configure and build will fail
# if using --disable-nls
USE_NLS = "yes"
EXTRA_OECONF = "\
--disable-lynx \
${@base_contains('DISTRO_FEATURES', 'bluetooth', '--enable-bluez', '--disable-bluez', d)} \

View File

@ -1,6 +1,6 @@
require pulseaudio.inc
PR = "r0"
PR = "r1"
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"