mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 12:12:07 +02:00
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 <armccurdy@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
cefaba69a7
commit
9a48a29401
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user