gst-plugins.inc: Fixed QA Compile Badness with X headers and Libs.
authorShane Volpe <shanevolpe@gmail.com>
Wed, 19 Sep 2007 10:39:20 +0000 (10:39 +0000)
committerShane Volpe <shanevolpe@gmail.com>
Wed, 19 Sep 2007 10:39:20 +0000 (10:39 +0000)
packages/gstreamer/gst-plugins.inc

index 37ba2e6..24eb54a 100644 (file)
@@ -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"