summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-10-23 16:38:00 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-10-23 16:39:47 +0200
commit5c011486d6beac60981dafe5741f8acae197ce5d (patch)
tree1eb475600ccec9ec6275ddddd2bfcd78a6edaebf /meson_options.txt
parent9a6fe8a72fc6e60da8ab96209cb9700b1fd2f8af (diff)
downloadgnome-contacts-5c011486d6beac60981dafe5741f8acae197ce5d.tar.gz
Make goa an optional dependency
GNOME Online Accounts has some pretty big changes on its roadmap and doesn't make any promises on API stability. The only use of the API at this point is to fetch the icon for a GOA-backed address book, so it isn't really problematic if users disable support for it
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e090f9e..4ab97a1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -19,3 +19,8 @@ option('docs',
value: false,
description: 'Whether to build the valadoc docs.',
)
+option('goa',
+ type: 'boolean',
+ value: true,
+ description: 'Whether to build with GNOME Online Accounts support.',
+)