diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2014-02-12 18:35:28 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-18 13:59:37 +0100 |
| commit | 9a48a2940192073771d99daced62ddd8187b1ee6 (patch) | |
| tree | 4160459c94caad5537bed9fcf09e21d6f50148f3 | |
| parent | cefaba69a785c5221463f0eb496b749d5ddf8a5a (diff) | |
| download | meta-qt5-dora-next.tar.gz | |
qtbase.inc: PACKAGECONFIG[gstreamer] gst-plugins-base dependency missingupstream/dora-nextdora-next
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>
| -rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 104 | PACKAGECONFIG[xkb] = "-xkb,-no-xkb,libxkbcommon" | 104 | PACKAGECONFIG[xkb] = "-xkb,-no-xkb,libxkbcommon" |
| 105 | PACKAGECONFIG[evdev] = "-evdev,-no-evdev" | 105 | PACKAGECONFIG[evdev] = "-evdev,-no-evdev" |
| 106 | # depends on glib | 106 | # depends on glib |
| 107 | PACKAGECONFIG[gstreamer] = "-gstreamer,-no-gstreamer,gstreamer" | 107 | PACKAGECONFIG[gstreamer] = "-gstreamer,-no-gstreamer,gstreamer gst-plugins-base" |
| 108 | PACKAGECONFIG[fontconfig] = "-fontconfig,-no-fontconfig,fontconfig" | 108 | PACKAGECONFIG[fontconfig] = "-fontconfig,-no-fontconfig,fontconfig" |
| 109 | PACKAGECONFIG[gtkstyle] = "-gtkstyle,-no-gtkstyle,gtk+" | 109 | PACKAGECONFIG[gtkstyle] = "-gtkstyle,-no-gtkstyle,gtk+" |
| 110 | PACKAGECONFIG[directfb] = "-directfb,-no-directfb,directfb" | 110 | PACKAGECONFIG[directfb] = "-directfb,-no-directfb,directfb" |
