aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase_git.bb
diff options
context:
space:
mode:
authorJulien Gueytat <contact@jgueytat.fr>2016-04-27 19:45:44 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-05-09 13:02:00 +0200
commit05e05db305873e35b03cd1adf670e133c1799be1 (patch)
treef13464896d471767c9939dec9f8ef2c5783ef510 /recipes-qt/qt5/qtbase_git.bb
parent0e5756c97ace089ddd9714f0eafffd71dd15c6ab (diff)
qtbase: Reorder EGL libraries from pkgconfig and defaults:
https://bugreports.qt.io/browse/QTBUG-50838 https://bugreports.qt.io/browse/QTBUG-52739 The modification is the less intrusive possible. It only swaps LIBS and QMAKE_LIBS_EGL. The reason behind that was that for the RaspberryPi: * -lEGL -GLESv2 can link * -lGLESv2 -lEGL can't Adding -lEGL -lGLESv2 and then -lEGL gives -lGLESv2 -lEGL ... the libraries swaped. Signed-off-by: Julien Gueytat <contact@jgueytat.fr> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase_git.bb')
-rw-r--r--recipes-qt/qt5/qtbase_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index 766424e9..ee926f8f 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -20,6 +20,7 @@ SRC_URI += "\
file://0006-QOpenGLPaintDevice-sub-area-support.patch \
file://0007-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch \
file://0008-configure-paths-for-target-qmake-properly.patch \
+ file://0011-Reorder-EGL-libraries-from-pkgconfig-and-defaults.patch \
"
DEPENDS += "qtbase-native"