summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/qt5-layer/recipes-qt
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-08 09:18:39 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2020-04-08 22:32:06 +0100
commit864e6916550f5718e5120ff81d701a65381ea34d (patch)
tree8a92af249edf8fda9016d5937f868cbe9e189046 /dynamic-layers/qt5-layer/recipes-qt
parent00dbfa788a9d7dd38066fe3c9a6265e48d7e2daf (diff)
downloadmeta-raspberrypi-864e6916550f5718e5120ff81d701a65381ea34d.tar.gz
Revert "qtbase: Drop xkb packageconfig"
This reverts commit eaa131425923a06e8be7547842bc2c105363f18e.
Diffstat (limited to 'dynamic-layers/qt5-layer/recipes-qt')
-rw-r--r--dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend2
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 e48f31d..8275c6d 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
4PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' kms', '', d)}" 4PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' kms', '', d)}"
5PACKAGECONFIG_GL_append_rpi = " gbm" 5PACKAGECONFIG_GL_append_rpi = " gbm"
6PACKAGECONFIG_FONTS_rpi = "fontconfig" 6PACKAGECONFIG_FONTS_rpi = "fontconfig"
7PACKAGECONFIG_append_rpi = " libinput examples tslib xkbcommon" 7PACKAGECONFIG_append_rpi = " libinput examples tslib xkb xkbcommon"
8PACKAGECONFIG_remove_rpi = "tests" 8PACKAGECONFIG_remove_rpi = "tests"
9 9
10OE_QTBASE_EGLFS_DEVICE_INTEGRATION_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'eglfs_brcm', d)}" 10OE_QTBASE_EGLFS_DEVICE_INTEGRATION_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'eglfs_brcm', d)}"