summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-03-04 17:20:58 -0600
committerMichael Catanzaro <mcatanzaro@redhat.com>2023-03-04 17:20:58 -0600
commit155fcd489d97ad885c7fc0e18ca5ba9ba3bfadca (patch)
tree854c41a1e12e24f6ae3b0b33223500cb6a88fc81 /meson_options.txt
parent801e054496cd85f132dcdd2326458198749441de (diff)
downloadepiphany-155fcd489d97ad885c7fc0e18ca5ba9ba3bfadca.tar.gz
Disable granite dependency by default
This is probably only wanted by elementary OS and our flatpak builds. Other distros that ship Pantheon probably don't want to make Epiphany depend on Granite. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1299>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 452716670..93ca62504 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -36,6 +36,6 @@ option('gsb_api_key',
option('granite',
type: 'feature',
- value: 'auto',
+ value: 'disabled',
description: 'Enable elementary OS integration. Requires Granite'
)