summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-25 13:41:43 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-25 14:43:31 +0000
commit4353110f4f2406d2d55f7a9d4db4cf50942de975 (patch)
treec05bf125d1769a800cc9acc96f2d348e226340de
parentba2bd09ed1539dcddb0a868707ab0ca9a69b7f04 (diff)
downloadmeta-boot2qt-4353110f4f2406d2d55f7a9d4db4cf50942de975.tar.gz
qtbase: add runtime dependency to xkeyboard-config
When qtbase is configured with xkbcommon-evdev (usually without X), make sure xkeyboard-config is installed to provide keymap database. Task-nunmber: QTEE-1073 Change-Id: Ie3e402435d35b82de3755f491d88a3834af8f026 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
-rw-r--r--recipes-qt/qt5/qtbase_git.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend
index e312eaa..c055791 100644
--- a/recipes-qt/qt5/qtbase_git.bbappend
+++ b/recipes-qt/qt5/qtbase_git.bbappend
@@ -48,3 +48,4 @@ SRCREV = "719623a11d57da6a56d069a5ca8161531a37776b"
48 48
49# Temporarily here, until merged upstream 49# Temporarily here, until merged upstream
50PACKAGECONFIG[kms] = "-kms,-no-kms,drm virtual/egl" 50PACKAGECONFIG[kms] = "-kms,-no-kms,drm virtual/egl"
51PACKAGECONFIG[xkbcommon-evdev] = "-xkbcommon-evdev,-no-xkbcommon-evdev,libxkbcommon,xkeyboard-config"