pulseaudio: Really disable orc support

If orc is detected the compilation fails with missing headers which
should have been generated by orc (using meta-angstrom + meta-openembedded
and and armv7 target)

[RP: add RP bump, fix typos]
(From OE-Core rev: 8f72d9e4ecf495646af3c5cebe7f08ca01bbbb99)

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Eric Bénard 2012-02-20 08:57:33 +01:00 committed by Richard Purdie
parent c02bea652b
commit 21f2c0b5cd
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ EXTRA_OECONF = "\
--with-oss \
--without-hal \
--disable-hal \
--disable-orc \
--with-access-group=audio \
"

View File

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