diff options
Diffstat (limited to 'dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase')
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch | 13 | ||||
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0015-Add-eglfs-to-IMX-GPU.patch | 13 |
2 files changed, 26 insertions, 0 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 new file mode 100644 index 00000000..beeb92c2 --- /dev/null +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: git/mkspecs/linux-oe-g++/qmake.conf | ||
2 | =================================================================== | ||
3 | --- git.orig/mkspecs/linux-oe-g++/qmake.conf 2016-12-14 16:51:48.468955533 -0600 | ||
4 | +++ git/mkspecs/linux-oe-g++/qmake.conf 2016-12-14 17:03:17.000000000 -0600 | ||
5 | @@ -39,4 +39,8 @@ | ||
6 | |||
7 | include(../oe-device-extra.pri) | ||
8 | |||
9 | +QMAKE_LIBS_EGL += -lEGL | ||
10 | +QMAKE_LIBS_OPENGL_ES2 += -lEGL -lGLESv2 | ||
11 | +QMAKE_LIBS_OPENVG += -lEGL -lOpenVG | ||
12 | + | ||
13 | load(qt_config) | ||
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0015-Add-eglfs-to-IMX-GPU.patch b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0015-Add-eglfs-to-IMX-GPU.patch new file mode 100644 index 00000000..794fa622 --- /dev/null +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/0015-Add-eglfs-to-IMX-GPU.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: git/mkspecs/linux-oe-g++/qmake.conf | ||
2 | =================================================================== | ||
3 | --- git.orig/mkspecs/linux-oe-g++/qmake.conf 2016-12-14 17:03:17.000000000 -0600 | ||
4 | +++ git/mkspecs/linux-oe-g++/qmake.conf 2016-12-14 17:06:23.000000000 -0600 | ||
5 | @@ -39,6 +39,8 @@ | ||
6 | |||
7 | include(../oe-device-extra.pri) | ||
8 | |||
9 | +EGLFS_DEVICE_INTEGRATION = eglfs_viv | ||
10 | + | ||
11 | QMAKE_LIBS_EGL += -lEGL | ||
12 | QMAKE_LIBS_OPENGL_ES2 += -lEGL -lGLESv2 | ||
13 | QMAKE_LIBS_OPENVG += -lEGL -lOpenVG | ||