summaryrefslogtreecommitdiffstats
path: root/src/core/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/configure.json')
-rw-r--r--src/core/configure.json19
1 files changed, 15 insertions, 4 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index bb8ad7997..98eee347f 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -147,9 +147,9 @@
]
},
"webengine-icu": {
- "label": "icu >= 53",
+ "label": "icu >= 63",
"sources": [
- { "type": "pkgConfig", "args": "icu-uc >= 53 icu-i18n >= 53" }
+ { "type": "pkgConfig", "args": "icu-uc >= 63 icu-i18n >= 63" }
]
},
"webengine-ffmpeg": {
@@ -312,8 +312,9 @@
"type": "compile"
},
"webengine-glibc": {
- "label": "glibc > 2.16",
- "type": "detectGlibc"
+ "label": "glibc > 2.26",
+ "type": "compile",
+ "test": "glibc"
},
"webengine-libxml2-compatible": {
"label" : "compatible system libxml2",
@@ -335,6 +336,11 @@
"webengine-extensions-gcc-version" : {
"label": "GCC 6 or newer",
"type": "hasGcc6OrNewer"
+ },
+ "webengine-noexecstack" : {
+ "label": "linker supports -z noexecstack",
+ "type": "linkerSupportsFlag",
+ "flag": "-z,noexecstack"
}
},
@@ -678,6 +684,11 @@
"purpose": "Provides WebEngine Qml support.",
"section": "WebEngine",
"output": [ "privateFeature" ]
+ },
+ "webengine-noexecstack": {
+ "label": "linker supports -z noexecstack",
+ "condition": "config.unix && tests.webengine-noexecstack",
+ "output": [ "privateFeature" ]
}
},