summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2021-01-07 14:58:02 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2021-01-07 14:59:49 -0600
commita863f121cbbbada1325b0561521b1f60e8bba4ee (patch)
tree3aa1fa4347d709d61df2b5f53f9784b87861ddfc /meson_options.txt
parent5af696a750a563753dbc71b086a1968765780371 (diff)
downloadepiphany-a863f121cbbbada1325b0561521b1f60e8bba4ee.tar.gz
Remove enable_gsb meson option
This should be a feature option, not a bool option. Anyway, it doesn't matter, since it's redundant with the API key option.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/meson_options.txt b/meson_options.txt
index cd83fcdca..dc59c0b78 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -34,16 +34,8 @@ option('unit_tests',
description: 'Enable unit tests'
)
-option('enable_gsb',
- type: 'boolean',
- value: false,
- description: 'Enable Google Safe Browsing support'
-)
-
option('gsb_api_key',
type: 'string',
value: '',
description: 'The API key used to access the Google Safe Browsing API v4'
)
-
-