From 5cc614ed68d9f763041e4d67134c5d7ada795978 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 27 May 2015 12:58:15 +0300 Subject: qt4: unconditionally disable gstreamer 0.10 support in qt webkit Previously it was auto-detected in a broken way, which was causing build errors for qt-mobility. Qt4 build will fail if some gstreamer 0.10 packages are available at build time, but not all. It will not fail if none of the packages are available or if all of them are available. We can't guarantee either, hence this patch. (From OE-Core rev: 968973d55d4b33e1a929ed4cdf9387fcaba2d93f) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt4.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-qt/qt4') diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 6d679940d4..2175fc0de7 100644 --- a/meta/recipes-qt/qt4/qt4.inc +++ b/meta/recipes-qt/qt4/qt4.inc @@ -25,6 +25,7 @@ QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \ -system-libjpeg -system-libpng -system-libtiff -system-zlib \ -no-pch -stl -glib -icu \ -no-rpath -silent \ + -D USE_QTMULTIMEDIA=1 \ ${QT_DBUS} \ ${QT_QT3SUPPORT} \ ${QT_WEBKIT} \ -- cgit v1.2.3-54-g00ecf