summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index c44da9854..1adc5992b 100644
--- a/configure.json
+++ b/configure.json
@@ -407,8 +407,9 @@
"output": [ "privateFeature" ]
},
"webengine-v8-snapshot-support": {
+ "label" : "Building v8 snapshot supported",
"autoDetect": "features.webengine-v8-snapshot",
- "condition": "!config.unix || !features.webengine-embedded-build || tests.webengine-host-compiler",
+ "condition": "!config.unix || !features.cross_compile || arch.arm64 || tests.webengine-host-compiler",
"output": [ "privateFeature" ]
},
"webengine-system-khr" : {
@@ -618,6 +619,11 @@
"webengine-v8-snapshot",
{
"type": "feature",
+ "args": "webengine-v8-snapshot-support",
+ "condition": "config.unix && config.cross_compile && features.webengine-v8-snapshot"
+ },
+ {
+ "type": "feature",
"args": "webengine-alsa",
"condition": "config.unix"
},