summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-07 13:28:56 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-07 20:39:30 +0000
commite63fa9829ce57fee2c94bfa92e81f4c3186f0461 (patch)
treeca93087766693e1086cade655a077912a0dd18f5 /configure.json
parentda2ad89d330291679b288e87ba620b37870d8cf3 (diff)
Unbundle pdfium libraries
We now have gn flags to request unbundling of zlib and lcms2 in pdfium and can add those to our configure system. Task-number: QTBUG-61746 Change-Id: Iccc4c2a09b7b99121d79348f9e0636785b29f503 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 82d4254bc..c3a82f32d 100644
--- a/configure.json
+++ b/configure.json
@@ -163,6 +163,12 @@
"sources": [
{ "type": "pkgConfig", "args": "libpng >= 1.6.0" }
]
+ },
+ "lcms2": {
+ "label": "lcms2",
+ "sources": [
+ { "type": "pkgConfig", "args": "lcms2" }
+ ]
}
},
@@ -510,6 +516,12 @@
"condition": "config.unix && libs.libxml2 && tests.icuuc",
"output": [ "privateFeature" ]
},
+ "system-lcms2" : {
+ "label": "lcms2",
+ "autoDetect": "libs.lcms2",
+ "condition": "config.unix && features.printing-and-pdf",
+ "output": [ "privateFeature" ]
+ },
"webengine-sanitizer" : {
"label": "Sanitizer ",
"autoDetect": "config.sanitizer && tests.sanitizer",
@@ -583,6 +595,7 @@
"system-jsoncpp",
"system-protobuf",
"system-libxml2",
+ "system-lcms2",
"webengine-system-png",
"webengine-system-harfbuzz"
]