qtimageformats: add dependency on tiff
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 22 Jul 2013 12:49:14 +0000 (14:49 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:44:51 +0000 (08:44 -0800)
* it's autodetected from sysroot

(From meta-qt5 rev: 2649027bd09473f2cbe7048fc75712fe448e2f29)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-qt5/recipes-qt/qt5/qtimageformats.inc

index bbb05a6..1b4bb4f 100644 (file)
@@ -1,3 +1,3 @@
 require qt5.inc
 
-DEPENDS += "qtbase"
+DEPENDS += "qtbase tiff"