summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2023-02-21 04:43:32 +0000
committerMarge Bot <marge-bot@gnome.org>2023-03-03 19:04:24 +0000
commitc0d3b3f4ce41af148fdf1cfd35a6b5bf01922d84 (patch)
tree8cf46133dd6bab1ed66cdb56944f8180dbc07929 /meson_options.txt
parentdbae548312b65947f5a548f8c8277a81aad04714 (diff)
downloadepiphany-c0d3b3f4ce41af148fdf1cfd35a6b5bf01922d84.tar.gz
Use Granite on elementary OS
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1292>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 116ee41fd..452716670 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -33,3 +33,9 @@ option('gsb_api_key',
value: '',
description: 'The API key used to access the Google Safe Browsing API v4'
)
+
+option('granite',
+ type: 'feature',
+ value: 'auto',
+ description: 'Enable elementary OS integration. Requires Granite'
+)