diff options
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch index beeb92c2..e86d9ed5 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch | |||
@@ -1,8 +1,8 @@ | |||
1 | Index: git/mkspecs/linux-oe-g++/qmake.conf | 1 | Index: git/mkspecs/linux-oe-g++/qmake.conf |
2 | =================================================================== | 2 | =================================================================== |
3 | --- git.orig/mkspecs/linux-oe-g++/qmake.conf 2016-12-14 16:51:48.468955533 -0600 | 3 | --- git.orig/mkspecs/linux-oe-g++/qmake.conf 2017-06-26 10:20:57.139653321 -0500 |
4 | +++ git/mkspecs/linux-oe-g++/qmake.conf 2016-12-14 17:03:17.000000000 -0600 | 4 | +++ git/mkspecs/linux-oe-g++/qmake.conf 2017-06-26 10:30:12.000000000 -0500 |
5 | @@ -39,4 +39,8 @@ | 5 | @@ -39,5 +39,9 @@ |
6 | 6 | ||
7 | include(../oe-device-extra.pri) | 7 | include(../oe-device-extra.pri) |
8 | 8 | ||
@@ -10,4 +10,5 @@ Index: git/mkspecs/linux-oe-g++/qmake.conf | |||
10 | +QMAKE_LIBS_OPENGL_ES2 += -lEGL -lGLESv2 | 10 | +QMAKE_LIBS_OPENGL_ES2 += -lEGL -lGLESv2 |
11 | +QMAKE_LIBS_OPENVG += -lEGL -lOpenVG | 11 | +QMAKE_LIBS_OPENVG += -lEGL -lOpenVG |
12 | + | 12 | + |
13 | load(device_config) | ||
13 | load(qt_config) | 14 | load(qt_config) |