summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index fd89230b6..c91c2e6bf 100644
--- a/configure.json
+++ b/configure.json
@@ -14,7 +14,8 @@
"printing-and-pdf": "boolean",
"proprietary-codecs": "boolean",
"pulseaudio": "boolean",
- "spellchecker": "boolean"
+ "spellchecker": "boolean",
+ "webrtc": "boolean"
}
},
@@ -92,6 +93,12 @@
"purpose": "Enables the use of Chromium's spellchecker",
"output": [ "privateFeature" ]
},
+ "webrtc": {
+ "label": "WebRTC",
+ "autoDetect": "!features.embedded",
+ "purpose": "Enables WebRTC support",
+ "output": [ "privateFeature" ]
+ },
"system-ninja": {
"label": "Using system ninja",
"condition": "tests.ninja",
@@ -114,6 +121,7 @@
"printing-and-pdf",
"proprietary-codecs",
"spellchecker",
+ "webrtc",
"system-ninja",
{
"type": "feature",