diff options
author | Ian Reinhart Geiser <igeiser@devonit.com> | 2013-01-04 18:35:10 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 12:22:02 +0200 |
commit | 370bbaf80e4b9068c32bbd86b452d4cd2128723e (patch) | |
tree | 99a634a8662be6fd79fd12e0f2f39c5a87ca6a60 | |
parent | 6bc9ccfa0101ec07f8ae8a86a049cd2c6766bd48 (diff) | |
download | meta-qt5-370bbaf80e4b9068c32bbd86b452d4cd2128723e.tar.gz |
qtdeclarative: Add qtsvg and qtxmlpatterns to depends
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtdeclarative.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtdeclarative.inc b/recipes-qt/qt5/qtdeclarative.inc index b3b9007f..a4f0692e 100644 --- a/recipes-qt/qt5/qtdeclarative.inc +++ b/recipes-qt/qt5/qtdeclarative.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require qt5module.inc | 1 | require qt5module.inc |
2 | 2 | ||
3 | DEPENDS += "qtjsbackend" | 3 | DEPENDS += "qtjsbackend qtsvg qtxmlpatterns" |
4 | 4 | ||
5 | INC_PR = "r0" | 5 | INC_PR = "r0" |
6 | 6 | ||