summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-07-25 07:58:22 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-07-29 14:54:15 +0200
commitedbe8a4b07d31807e3c298e3bd018353ed77a107 (patch)
tree64318d791c1a292aad0e8ab6bf2ca5d45ead42c6 /src/core
parent83f83f68174c27ca984d84aacc323c209548ba43 (diff)
Lower requirement for glibc to 2.17
Fixes: QTBUG-77171 Change-Id: I9eb5a34adbc62c8738ba5ffdf315ccf056da7b98 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index 66e39ddc2..be686850b 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -313,7 +313,7 @@
"type": "compile"
},
"webengine-glibc": {
- "label": "glibc > 2.26",
+ "label": "glibc > 2.16",
"type": "compile",
"test": "glibc"
},