summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-06-20 11:12:59 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-06-20 09:14:24 +0000
commita1634fb741b0dadfe6e8c0ec11bb9e62c6f17063 (patch)
tree9e06b0e8cec54dcdcf1ee7f2ff6cb0ff3da29cdb /configure.json
parent73a19a3a106643e66ef2a82b447462c90c8ee50b (diff)
Fix controlling gdb_index from configure line
Used the wrong feature name Change-Id: Ie32adb8bb9dd142927aea7d88aa10b9b87030681 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index cffef79a6a..c93bea46bc 100644
--- a/configure.json
+++ b/configure.json
@@ -81,7 +81,7 @@
"force-pkg-config": { "type": "void", "name": "pkg-config" },
"framework": "boolean",
"gc-binaries": { "type": "boolean", "name": "gc_binaries" },
- "gdb-index": { "type": "boolean", "name": "gdb_index" },
+ "gdb-index": { "type": "boolean", "name": "enable_gdb_index" },
"gcc-sysroot": "boolean",
"gcov": "boolean",
"gnumake": { "type": "boolean", "name": "GNUmake" },