From c63c48b3ca8d7fd824b471fbac5e96bc1600e380 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Mon, 3 Mar 2014 18:00:03 +1100 Subject: [PATCH] qttools: add missing DEPENDS Signed-off-by: Jonathan Liu Signed-off-by: Martin Jansa --- recipes-qt/qt5/qttools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qttools.inc b/recipes-qt/qt5/qttools.inc index 8412db499b..0192f228f0 100644 --- a/recipes-qt/qt5/qttools.inc +++ b/recipes-qt/qt5/qttools.inc @@ -1,6 +1,6 @@ require qt5.inc -DEPENDS += "qtbase" +DEPENDS += "qtbase qtdeclarative qtwebkit qtxmlpatterns" SRC_URI += " \ file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \