summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Reinhart Geiser <igeiser@devonit.com>2013-01-04 18:35:10 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-06 12:22:02 +0200
commit370bbaf80e4b9068c32bbd86b452d4cd2128723e (patch)
tree99a634a8662be6fd79fd12e0f2f39c5a87ca6a60
parent6bc9ccfa0101ec07f8ae8a86a049cd2c6766bd48 (diff)
downloadmeta-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.inc2
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 @@
1require qt5module.inc 1require qt5module.inc
2 2
3DEPENDS += "qtjsbackend" 3DEPENDS += "qtjsbackend qtsvg qtxmlpatterns"
4 4
5INC_PR = "r0" 5INC_PR = "r0"
6 6