summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2017-10-27 13:13:43 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2017-11-02 21:25:57 +0000
commit0a4313699229659088cf121bbe018bc5e91e551b (patch)
tree29d4c949aebc475d76cb362dc892ae613eb9d5e9 /configure.json
parent31e1c595de0bf38453905403fd8d42f4407df639 (diff)
Fix libxml2 configure feature condition
Change-Id: I874540e9d2f5033fae599e543fb398e7b1ad60c4 Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 31b35d0f8..909bfc2f8 100644
--- a/configure.json
+++ b/configure.json
@@ -388,7 +388,7 @@
},
"system-libxml2" : {
"label": "libxml2",
- "condition": "config.unix && tests.srtp",
+ "condition": "config.unix && tests.libxml2",
"output": [ "privateFeature" ]
},
"winversion" : {