]> code.ossystems Code Review - openembedded-core.git/commitdiff
qt4: unconditionally disable gstreamer 0.10 support in qt webkit
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 27 May 2015 09:58:15 +0000 (12:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 May 2015 21:25:12 +0000 (22:25 +0100)
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.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-qt/qt4/qt4.inc

index 6d679940d48845be892b9dccff557d7e5ee0e0e8..2175fc0de7d1c346461285c040de111297f9fa48 100644 (file)
@@ -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} \