diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-03-31 07:08:11 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-08 22:32:06 +0100 |
commit | 31a61503c6e762611e31070b583090d400b5ea6a (patch) | |
tree | 4192c148f870d090124bc8c50b786e1aac999038 /dynamic-layers/qt5-layer/recipes-qt | |
parent | 61975a9be326e6276b13fcf20f027d224d137e60 (diff) | |
download | meta-raspberrypi-31a61503c6e762611e31070b583090d400b5ea6a.tar.gz |
qtbase: Drop xkb packageconfig
meta-qt5 master has dropped it too
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'dynamic-layers/qt5-layer/recipes-qt')
-rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 8275c6d..e48f31d 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -4,7 +4,7 @@ PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'g | |||
4 | PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' kms', '', d)}" | 4 | PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' kms', '', d)}" |
5 | PACKAGECONFIG_GL_append_rpi = " gbm" | 5 | PACKAGECONFIG_GL_append_rpi = " gbm" |
6 | PACKAGECONFIG_FONTS_rpi = "fontconfig" | 6 | PACKAGECONFIG_FONTS_rpi = "fontconfig" |
7 | PACKAGECONFIG_append_rpi = " libinput examples tslib xkb xkbcommon" | 7 | PACKAGECONFIG_append_rpi = " libinput examples tslib xkbcommon" |
8 | PACKAGECONFIG_remove_rpi = "tests" | 8 | PACKAGECONFIG_remove_rpi = "tests" |
9 | 9 | ||
10 | OE_QTBASE_EGLFS_DEVICE_INTEGRATION_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'eglfs_brcm', d)}" | 10 | OE_QTBASE_EGLFS_DEVICE_INTEGRATION_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'eglfs_brcm', d)}" |