diff options
Diffstat (limited to 'dynamic-layers/qt5-layer/recipes-qt/qt5')
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 47b0a143..b84e3d49 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -1,17 +1,20 @@ | |||
1 | # Copyright (C) 2013 Eric Bénard - Eukréa Electromatique | 1 | # Copyright (C) 2013 Eric Bénard - Eukréa Electromatique |
2 | # Copyright (C) 2016 Freescale Semiconductor | 2 | # Copyright (C) 2016 Freescale Semiconductor |
3 | # Copyright (C) 2016, 2017 O.S. Systems Software LTDA. | 3 | # Copyright (C) 2016, 2017 O.S. Systems Software LTDA. |
4 | # Copyright (C) 2017 NXP | 4 | # Copyright (C) 2017-2018 NXP |
5 | 5 | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
7 | 7 | ||
8 | SRC_URI_append_imxgpu2d = "file://0014-Add-IMX-GPU-support.patch \ | 8 | SRC_URI_append_imxgpu2d = " \ |
9 | file://0001-egl.prf-Fix-build-error-when-egl-headers-need-platfo.patch \ | 9 | file://0014-Add-IMX-GPU-support.patch \ |
10 | file://0001-egl.prf-Fix-build-error-when-egl-headers-need-platfo.patch \ | ||
11 | " | ||
12 | SRC_URI_APPEND_3D_NOT_X11 = " \ | ||
13 | file://0015-Add-eglfs-to-IMX-GPU.patch \ | ||
14 | file://0016-Configure-eglfs-with-egl-pkg-config.patch \ | ||
10 | " | 15 | " |
11 | SRC_URI_append_imxgpu3d = " \ | 16 | SRC_URI_append_imxgpu3d = " \ |
12 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ | 17 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', '${SRC_URI_APPEND_3D_NOT_X11}', d)} \ |
13 | 'file://0015-Add-eglfs-to-IMX-GPU.patch \ | ||
14 | file://0016-Configure-eglfs-with-egl-pkg-config.patch', d)} \ | ||
15 | " | 18 | " |
16 | 19 | ||
17 | PACKAGECONFIG_GL_imxpxp = "gles2" | 20 | PACKAGECONFIG_GL_imxpxp = "gles2" |