From c2fd4b27a077e552e443b1ddc547ccee82867ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 25 Dec 2015 16:24:58 +0100 Subject: [PATCH] ki18n: add qtdeclarative to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Could not find a package configuration file provided by "Qt5Qml" with any | of the following names: | | Qt5QmlConfig.cmake | qt5qml-config.cmake Signed-off-by: Andreas Müller --- recipes-kde/kf5/tier1/ki18n/ki18n.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde/kf5/tier1/ki18n/ki18n.bb b/recipes-kde/kf5/tier1/ki18n/ki18n.bb index 6338dd53..9ecab83a 100644 --- a/recipes-kde/kf5/tier1/ki18n/ki18n.bb +++ b/recipes-kde/kf5/tier1/ki18n/ki18n.bb @@ -7,7 +7,7 @@ CMAKE_ALIGN_SYSROOT[1] = "KF5I18n, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_ALIGN_SYSROOT[2] = "KF5I18n, -S${includedir}, -S${STAGING_INCDIR}" # revisit python? -DEPENDS += "${BPN}-native qtscript" +DEPENDS += "${BPN}-native qtscript qtdeclarative" FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/kf5" FILES_${PN}-dbg += "${OE_QMAKE_PATH_PLUGINS}/kf5/.debug"