summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index e82247ec5..6aab3f3c9 100644
--- a/configure.json
+++ b/configure.json
@@ -78,6 +78,11 @@
"embedded": {
"label": "embedded",
"type": "embedded"
+ },
+ "re2": {
+ "label": "re2",
+ "test": "re2",
+ "type": "compile"
}
},
@@ -167,6 +172,12 @@
"condition": "libs.icu",
"output": [ "privateFeature" ]
},
+ "system-re2": {
+ "label": "re2",
+ "autoDetect": "config.unix",
+ "condition": "tests.re2",
+ "output": [ "privateFeature" ]
+ },
"system-ninja": {
"label": "Using system ninja",
"condition": "tests.ninja",
@@ -213,6 +224,7 @@
"section": "System libraries",
"condition": "config.unix",
"entries": [
+ "system-re2",
"system-icu",
"system-webp",
"system-opus",