summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtimageformats.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtimageformats.inc')
-rw-r--r--recipes-qt/qt5/qtimageformats.inc21
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 @@
1require qt5.inc
2
3DEPENDS += "qtbase"
4ALLOW_EMPTY_${PN} = "1"
5
6SRC_URI += "file://0001-qtimageformats.pro-Make-the-dependencies-determinist.patch"
7
8PACKAGECONFIG ?= "libtiff"
9# Currently we don't have recipe for libmng, but lock it anyway so qtimageformats stay deterministic even when libmng is introduced
10PACKAGECONFIG[jasper] = ",,jasper"
11PACKAGECONFIG[libmng] = ",,libmng"
12PACKAGECONFIG[libtiff] = ",,tiff"
13PACKAGECONFIG[libwebp] = ",,libwebp"
14
15EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'libmng', 'CONFIG+=OE_LIBMNG_ENABLED', '', d)}"
16EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'jasper', 'CONFIG+=OE_JASPER_ENABLED', '', d)}"
17EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'libtiff', 'CONFIG+=OE_LIBTIFF_ENABLED', '', d)}"
18EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'libwebp', 'CONFIG+=OE_LIBWEBP_ENABLED', '', d)}"
19
20LICENSE += "| GPL-2.0"
21LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed"