From patchwork Mon Feb 20 07:57:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: pulseaudio: cleary disable orc support Date: Mon, 20 Feb 2012 07:57:11 -0000 From: Eric BENARD X-Patchwork-Id: 21421 Message-Id: <1329724631-2052-1-git-send-email-eric@eukrea.com> To: openembedded-core@lists.openembedded.org else 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) Signed-off-by: Eric Bénard --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 38ecba5..ca3a28d 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc @@ -29,6 +29,7 @@ EXTRA_OECONF = "\ --with-oss \ --without-hal \ --disable-hal \ + --disable-orc \ --with-access-group=audio \ "