From d3364371411d4c9ee53d9d1d378e6bbd68946c0d Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 1 Sep 2017 12:21:57 +0200 Subject: Add detection for system re2 Change-Id: Ifa305045f3594f06b0ee106cd43f9d35853f8958 Reviewed-by: Alexandru Croitor Reviewed-by: Michal Klocek --- configure.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure.json') 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", -- cgit v1.2.3