From: Shane Volpe Date: Wed, 19 Sep 2007 10:39:20 +0000 (+0000) Subject: gst-plugins.inc: Fixed QA Compile Badness with X headers and Libs. X-Git-Tag: Release-2010-05/1~8625^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6be8b979a43e8bba0ec981efa967aee3327c74a2;p=openembedded.git gst-plugins.inc: Fixed QA Compile Badness with X headers and Libs. --- diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc index 37ba2e6698..24eb54a9b4 100644 --- a/packages/gstreamer/gst-plugins.inc +++ b/packages/gstreamer/gst-plugins.inc @@ -6,7 +6,7 @@ PACKAGES_DYNAMIC = "gst-plugin-*" SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" -EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl" +EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} " acpaths = "-I ${S}/common/m4 -I ${S}/m4"