diff options
| -rw-r--r-- | meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 64966c292..de3380449 100644 --- a/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/meta-fsl-arm/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
| @@ -10,17 +10,15 @@ IS_MX6SL = "0" | |||
| 10 | IS_MX6SL_mx6sl = "1" | 10 | IS_MX6SL_mx6sl = "1" |
| 11 | 11 | ||
| 12 | PACKAGECONFIG_GL_mx5 = "gles2" | 12 | PACKAGECONFIG_GL_mx5 = "gles2" |
| 13 | PACKAGECONFIG_append_mx5 = " tslib icu examples" | ||
| 14 | 13 | ||
| 15 | PACKAGECONFIG_GL_mx6q = "gles2" | 14 | PACKAGECONFIG_GL_mx6q = "gles2" |
| 16 | PACKAGECONFIG_GL_mx6dl = "gles2" | 15 | PACKAGECONFIG_GL_mx6dl = "gles2" |
| 17 | PACKAGECONFIG_GL_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \ | 16 | PACKAGECONFIG_GL_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \ |
| 18 | ' gl', '', d)}" | 17 | ' gl', '', d)}" |
| 19 | PACKAGECONFIG_append_mx6 = " tslib icu examples" | ||
| 20 | QT_CONFIG_FLAGS_append_mx6q = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" | 18 | QT_CONFIG_FLAGS_append_mx6q = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" |
| 21 | QT_CONFIG_FLAGS_append_mx6dl = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" | 19 | QT_CONFIG_FLAGS_append_mx6dl = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}" |
| 22 | QT_CONFIG_FLAGS_append_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \ | 20 | QT_CONFIG_FLAGS_append_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \ |
| 23 | ' -no-eglfs', ' -no-opengl -linuxfb -no-icu -no-eglfs', d)}" | 21 | ' -no-eglfs', ' -no-opengl -linuxfb -no-eglfs', d)}" |
| 24 | 22 | ||
| 25 | do_configure_prepend_mx5() { | 23 | do_configure_prepend_mx5() { |
| 26 | sed -i 's!load(qt_config)!!' ${S}/mkspecs/linux-oe-g++/qmake.conf | 24 | sed -i 's!load(qt_config)!!' ${S}/mkspecs/linux-oe-g++/qmake.conf |
