From 4837db1d965c51e4a2c5971e6a126c896e5b401a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 10 Mar 2022 19:42:47 -0800 Subject: qtwebengine: Add libxkbfile only when x11 is in distro features 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 --- recipes-qt/qt5/qtwebengine_git.bb | 4 ++-- 1 file 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" -- cgit v1.2.3