summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-04-05 08:48:59 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2017-04-05 12:41:15 +0000
commit5ecd16962f740bb267360b40d7b269a52be9e89e (patch)
tree57a1a4cccc0b0b95299e82759a6cdfd98ac202ae
parent9b97d94ee4ba2458cb9b3050e654dcde528f4a81 (diff)
downloadmeta-boot2qt-5ecd16962f740bb267360b40d7b269a52be9e89e.tar.gz
qtbase: disable eglfs device integration plugin usage in emulator
Boot2Qt Emulator does not launch with Qt 5.9.0 due changes in qtglesstream. Instead of updating emulator & qtglesstream, disable eglfs device integration plugin usage in the emulator VM image. Task-number: QTBUG-59771 Change-Id: I40998fc81fb75cede447d6dd6142e3bd87e387b9 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/qt5/qtbase/emulator/oe-device-extra.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase/emulator/oe-device-extra.pri b/recipes-qt/qt5/qtbase/emulator/oe-device-extra.pri
index 9f6fdc3..43e1685 100644
--- a/recipes-qt/qt5/qtbase/emulator/oe-device-extra.pri
+++ b/recipes-qt/qt5/qtbase/emulator/oe-device-extra.pri
@@ -3,3 +3,4 @@ QMAKE_LIBS_OPENGL_ES2 = -lQtGlesStreamClient
3 3
4QMAKE_PLATFORM += boot2qt 4QMAKE_PLATFORM += boot2qt
5QT_QPA_DEFAULT_PLATFORM = eglfs 5QT_QPA_DEFAULT_PLATFORM = eglfs
6EGLFS_DEVICE_INTEGRATION = none