diff options
author | Jonathan Liu <net147@gmail.com> | 2014-03-03 18:00:03 +1100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-05 19:03:42 +0100 |
commit | c63c48b3ca8d7fd824b471fbac5e96bc1600e380 (patch) | |
tree | 730e7e387eb34211d8c54b86c7e4813f737d44c4 | |
parent | 2bf30ae1d5321803acc0f15f49935dac50089dde (diff) | |
download | meta-qt5-c63c48b3ca8d7fd824b471fbac5e96bc1600e380.tar.gz |
qttools: add missing DEPENDS
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qttools.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qttools.inc b/recipes-qt/qt5/qttools.inc index 8412db49..0192f228 100644 --- a/recipes-qt/qt5/qttools.inc +++ b/recipes-qt/qt5/qttools.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | DEPENDS += "qtbase" | 3 | DEPENDS += "qtbase qtdeclarative qtwebkit qtxmlpatterns" |
4 | 4 | ||
5 | SRC_URI += " \ | 5 | SRC_URI += " \ |
6 | file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \ | 6 | file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \ |