summaryrefslogtreecommitdiffstats
path: root/src/core/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-05-27 16:31:43 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-05-27 16:34:54 +0200
commit2ed6d17c0b03cacd00dc35ec71ae29c0cfb7d552 (patch)
tree5c444d214df37f7e357ee530d9dad66890498deb /src/core/configure.json
parente58f2aa8e515e5faf54ec9364a2b7972f9761dcd (diff)
Add more robust glibc test
This test also works now when cross compiling. Change-Id: If73e16084cfbaf68ba515c2706d3ec2ec8eab8c9 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/configure.json')
-rw-r--r--src/core/configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index e025db8be..cffb7d01b 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -313,7 +313,8 @@
},
"webengine-glibc": {
"label": "glibc > 2.26",
- "type": "detectGlibc"
+ "type": "compile",
+ "test": "glibc"
},
"webengine-libxml2-compatible": {
"label" : "compatible system libxml2",