diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 14:58:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-28 21:16:50 +0200 |
commit | 48ee17af942ac9860e834c8dec049370e7802a56 (patch) | |
tree | 004e47c94682eaa418c9e718c3264ca121732102 /recipes-qt/qt5/qtimageformats.inc | |
parent | 3208763b8b3f65b17825ded4b2c9b9166d78f2b2 (diff) | |
download | meta-qt5-48ee17af942ac9860e834c8dec049370e7802a56.tar.gz |
qt5: merge .inc and _git.bb files
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtimageformats.inc')
-rw-r--r-- | recipes-qt/qt5/qtimageformats.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-qt/qt5/qtimageformats.inc b/recipes-qt/qt5/qtimageformats.inc deleted file mode 100644 index 94c3a9de..00000000 --- a/recipes-qt/qt5/qtimageformats.inc +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | require qt5.inc | ||
2 | |||
3 | DEPENDS += "qtbase" | ||
4 | ALLOW_EMPTY_${PN} = "1" | ||
5 | |||
6 | SRC_URI += "file://0001-qtimageformats.pro-Make-the-dependencies-determinist.patch" | ||
7 | |||
8 | PACKAGECONFIG ?= "libtiff" | ||
9 | # Currently we don't have recipe for libmng, but lock it anyway so qtimageformats stay deterministic even when libmng is introduced | ||
10 | PACKAGECONFIG[jasper] = ",,jasper" | ||
11 | PACKAGECONFIG[libmng] = ",,libmng" | ||
12 | PACKAGECONFIG[libtiff] = ",,tiff" | ||
13 | PACKAGECONFIG[libwebp] = ",,libwebp" | ||
14 | |||
15 | EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'libmng', 'CONFIG+=OE_LIBMNG_ENABLED', '', d)}" | ||
16 | EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'jasper', 'CONFIG+=OE_JASPER_ENABLED', '', d)}" | ||
17 | EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'libtiff', 'CONFIG+=OE_LIBTIFF_ENABLED', '', d)}" | ||
18 | EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'libwebp', 'CONFIG+=OE_LIBWEBP_ENABLED', '', d)}" | ||
19 | |||
20 | LICENSE += "| GPL-2.0" | ||
21 | LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed" | ||