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: b7d10637059b2352bcca45bc15b26d0dd056e78f)

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-09-17 14:07:35 +02:00
committed by Richard Purdie
parent 7ffad91e79
commit a62752bb4f
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"