diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-22 14:49:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-25 12:14:12 +0200 |
commit | 2649027bd09473f2cbe7048fc75712fe448e2f29 (patch) | |
tree | c3e061e126c5d09c7afc0a84a4ca9946ddefafce | |
parent | 567a4d462fa0129751600d32d07ee67a9c0c3f23 (diff) | |
download | meta-qt5-2649027bd09473f2cbe7048fc75712fe448e2f29.tar.gz |
qtimageformats: add dependency on tiff
* it's autodetected from sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtimageformats.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtimageformats.inc b/recipes-qt/qt5/qtimageformats.inc index bbb05a65..1b4bb4ff 100644 --- a/recipes-qt/qt5/qtimageformats.inc +++ b/recipes-qt/qt5/qtimageformats.inc | |||
@@ -1,3 +1,3 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | DEPENDS += "qtbase" | 3 | DEPENDS += "qtbase tiff" |