summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-04-08 18:38:48 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2021-04-10 01:39:16 +0200
commit3e9c7363a1f5b7c8a3003cb78fc73b120d56c421 (patch)
tree4c376c85eaa5bb4aaa7095c14140d24e03b92818
parentd404dc581116014b814f05ed780bc9691006f12c (diff)
downloadmeta-qt5-3e9c7363a1f5b7c8a3003cb78fc73b120d56c421.tar.gz
qtwebengine: Add unconditional dep on libxkbcommon
It seems qtwebengine 5.15.1+ wants this regardless of X11 being in distro features Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 123e4f75..a98bf787 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -21,7 +21,7 @@ DEPENDS += " \
21 qtwebchannel \ 21 qtwebchannel \
22 qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \ 22 qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \
23 qtlocation \ 23 qtlocation \
24 libdrm fontconfig pixman openssl pango cairo pciutils nss \ 24 libdrm libxkbcommon fontconfig pixman openssl pango cairo pciutils nss \
25 libcap \ 25 libcap \
26 jpeg-native \ 26 jpeg-native \
27 freetype-native \ 27 freetype-native \