From 728d271a4786008dc56980ccb47cc8901f468b55 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 18 Jan 2017 12:54:03 +0100 Subject: Do not autodetect system gn and hide option in summary We will need a custom gn to build qtwebengine, so we shouldn't use the system gn unless explicitly requested, and we shouldn't advertise using it to users as it usually won't work. Change-Id: I98271ec70841d1b78ff5a1099575872646af73b2 Reviewed-by: Michal Klocek --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 03b9611c1..5799dafa3 100644 --- a/configure.json +++ b/configure.json @@ -87,6 +87,7 @@ }, "system-gn": { "label": "Using system gn", + "autoDetect": false, "condition": "tests.gn", "output": [ "privateFeature" ] } @@ -100,7 +101,6 @@ "printing-and-pdf", "proprietary-codecs", "spellchecker", - "system-gn", "system-ninja", { "type": "feature", -- cgit v1.2.3