From 9a48a2940192073771d99daced62ddd8187b1ee6 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Wed, 12 Feb 2014 18:35:28 -0800 Subject: qtbase.inc: PACKAGECONFIG[gstreamer] gst-plugins-base dependency missing When testing for GStreamer support, the qtbase 5.1.1 configure script tries to determine pkg-config information for both gstreamer-0.10 and gstreamer-plugins-base-0.10. If either one is unavailable then the configure test fails (with the slightly confusing error that gst/gst.h can't be found, even when the gstreamer header files are present in sysroot). Signed-off-by: Andre McCurdy --- recipes-qt/qt5/qtbase.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt') diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 7018c69f..71da726a 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc @@ -104,7 +104,7 @@ PACKAGECONFIG[iconv] = "-iconv,-no-iconv,virtual/libiconv" PACKAGECONFIG[xkb] = "-xkb,-no-xkb,libxkbcommon" PACKAGECONFIG[evdev] = "-evdev,-no-evdev" # depends on glib -PACKAGECONFIG[gstreamer] = "-gstreamer,-no-gstreamer,gstreamer" +PACKAGECONFIG[gstreamer] = "-gstreamer,-no-gstreamer,gstreamer gst-plugins-base" PACKAGECONFIG[fontconfig] = "-fontconfig,-no-fontconfig,fontconfig" PACKAGECONFIG[gtkstyle] = "-gtkstyle,-no-gtkstyle,gtk+" PACKAGECONFIG[directfb] = "-directfb,-no-directfb,directfb" -- cgit v1.2.3-54-g00ecf