aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-10 19:42:47 -0800
committerMartin 'JaMa' Jansa <Martin.Jansa@gmail.com>2022-03-11 04:10:05 -0800
commit4837db1d965c51e4a2c5971e6a126c896e5b401a (patch)
tree22c194724d10ec686a96d8fa1136c2d3442280a1
parent74c27fa59b329f1210d39e8cd2904acf30d10838 (diff)
qtwebengine: Add libxkbfile only when x11 is in distro featuresupstream/jansa/honisterupstream/honister
Its needed for xcb platform which means its not needed when x11 is not in distro features, limit the scope of this dependency to x11 fixes non-x11 builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 0f88430f..63a4b392 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -23,13 +23,13 @@ DEPENDS += " \
qtwebchannel \
qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \
qtlocation \
- libdrm libxkbcommon libxkbfile fontconfig pixman openssl pango cairo pciutils nss \
+ libdrm libxkbcommon fontconfig pixman openssl pango cairo pciutils nss \
libcap \
jpeg-native \
freetype-native \
gperf-native \
${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa-lib', '', d)} \
- ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxcomposite libxcursor libxi libxrandr libxtst', '', d)} \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxkbfile libxcomposite libxcursor libxi libxrandr libxtst', '', d)} \
"
DEPENDS:append:libc-musl = " libexecinfo"