1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

pulseaudio: explicitly disable xen, rather than letting it detect

(From OE-Core rev: 3b7a39d5e386f5e5b098b532d70c32d611a47ac9)

Signed-off-by: Gilbert Coville <gilbert_coville@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Gilbert Coville
2012-11-16 17:11:02 -06:00
committed by Richard Purdie
parent c59c158436
commit acfa2102a2
2 changed files with 2 additions and 1 deletions
@@ -38,6 +38,7 @@ EXTRA_OECONF = "\
--enable-tcpwrap=no \ --enable-tcpwrap=no \
--with-access-group=audio \ --with-access-group=audio \
--disable-openssl \ --disable-openssl \
--disable-xen \
" "
PARALLEL_MAKE = "" PARALLEL_MAKE = ""
@@ -1,6 +1,6 @@
require pulseaudio.inc require pulseaudio.inc
PR = "r7" PR = "r8"
DEPENDS += "libjson gdbm speex libxml-parser-perl-native" DEPENDS += "libjson gdbm speex libxml-parser-perl-native"