diff options
author | Shane Volpe <shanevolpe@gmail.com> | 2007-09-19 10:39:20 +0000 |
---|---|---|
committer | Shane Volpe <shanevolpe@gmail.com> | 2007-09-19 10:39:20 +0000 |
commit | 6be8b979a43e8bba0ec981efa967aee3327c74a2 (patch) | |
tree | 04a14ca124d0b851d693fe81c3c0a9dacc587d46 /packages/gstreamer/gst-plugins.inc | |
parent | 8b7c85efaa667942b8b204aa8b54946f24c71732 (diff) |
gst-plugins.inc: Fixed QA Compile Badness with X headers and Libs.
Diffstat (limited to 'packages/gstreamer/gst-plugins.inc')
-rw-r--r-- | packages/gstreamer/gst-plugins.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |