summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2020-09-21 13:48:40 +0200
committerJan-Michael Brummer <jan.brummer@tabos.org>2020-09-29 17:52:13 +0200
commitfac4f182c94aec7b0cb531983a7eadc708e16143 (patch)
tree23b23c17e1b3b59bd9d9f5c531f977df18130beb /meson_options.txt
parent7eea3d9f0acc5de71979c4cf0b67ece3956414e3 (diff)
downloadepiphany-fac4f182c94aec7b0cb531983a7eadc708e16143.tar.gz
Move gsb data to meson_options.txt
Move gsb_api_key to meson_options.txt so we can provide the necessary support within flatpak, but can disable it for the rest. Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/682
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 512ef4079..43e58e2a0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -27,3 +27,10 @@ option('unit_tests',
value: 'enabled',
description: 'Enable unit tests'
)
+
+option('gsb_api_key',
+ type: 'string',
+ value: '',
+ description: 'The API key used to access the Google Safe Browsing API v4'
+)
+