mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
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 <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1d0e217023
commit
5cc614ed68
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user