From 51d1ed13f5ce75c0bbbaccdde1414a46aeb6a198 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 25 Sep 2021 14:53:55 -0700 Subject: qtwayland: Inherit pkgconfig Fixes ERROR: Feature 'xcomposite-egl' was enabled, but the pre-condition 'features.wayland-client && features.opengl && features.egl && features.xlib && libs.xcomposite && features.egl_x11' failed. Signed-off-by: Khem Raj --- recipes-qt/qt5/qtwayland_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb index a754c230..3cf06488 100644 --- a/recipes-qt/qt5/qtwayland_git.bb +++ b/recipes-qt/qt5/qtwayland_git.bb @@ -1,6 +1,8 @@ require qt5.inc require qt5-git.inc +inherit pkgconfig + DEPENDS += "qtbase qtdeclarative wayland wayland-native qtwayland-native" DEPENDS:append:class-target = " libxkbcommon" -- cgit v1.2.3