[oe-commits] Alexander Kanavin : qt4: unconditionally disable gstreamer 0.10 support in qt webkit

git at git.openembedded.org git at git.openembedded.org
Fri May 29 13:55:27 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 60ea6aadc1752d0dd8633715e871a33b1af2a87e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=60ea6aadc1752d0dd8633715e871a33b1af2a87e

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Wed May 27 12:58:15 2015 +0300

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.

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-qt/qt4/qt4.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc
index 6d67994..2175fc0 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} \



More information about the Openembedded-commits mailing list