summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-04-11 10:05:13 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-04-12 07:14:48 +0000
commit8fac402edefde2bc876d44168aaafb26a420e508 (patch)
treea337c68f802b1827081193f13f2a9718ebf9bf91 /configure.json
parentf610818e381bcd322d7ff84a5258a9e97d74b6c8 (diff)
Simplify libxml2 system compatibility detection
Test for icu also in xml2 compile test. Change-Id: I435f609761cb299f58a9b5f68e31698bb238ab1c Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json11
1 files changed, 3 insertions, 8 deletions
diff --git a/configure.json b/configure.json
index d1ae781a6..cd8098c56 100644
--- a/configure.json
+++ b/configure.json
@@ -288,12 +288,8 @@
"label": "glibc > 2.16",
"type": "detectGlibc"
},
- "webengine-libxml2-with-icuuc": {
- "label" : "libxml2 configured with icuuc",
- "type": "detectLibXml2WithIcuuc"
- },
- "webengine-libxml2-without-catalog-support": {
- "label" : "libxml2 configured without catalog support",
+ "webengine-libxml2-compatible": {
+ "label" : "compatible system libxml2",
"test" : "xml2",
"type": "compile"
},
@@ -587,8 +583,7 @@
"label": "libxml2 and libxslt",
"condition": "config.unix
&& libs.webengine-libxml2
- && tests.webengine-libxml2-with-icuuc
- && tests.webengine-libxml2-without-catalog-support",
+ && tests.webengine-libxml2-compatible",
"output": [ "privateFeature" ]
},
"webengine-system-lcms2" : {