summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-10-28 17:40:54 +0200
committerBastien Nocera <hadess@hadess.net>2021-10-28 18:00:46 +0200
commit3d3d1c13793212c89752170c8403a84156df31fa (patch)
tree514ca9aef46a3805dfe70ce902f076ea9f4af7c3 /meson_options.txt
parentbb7901cbdc91dc2495d8856f3e5929b378b878de (diff)
downloadgnome-bluetooth-3d3d1c13793212c89752170c8403a84156df31fa.tar.gz
sendto: Make sendto optional
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1defb70d..eed1137c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
+option('sendto', type: 'boolean', value: true, description: 'Whether to build and install bluetooth-sendto')
option('icon_update', type: 'boolean', value: true, description: 'Enable icon cache update')
option('gtk_doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')
option('introspection', type: 'boolean', value: true, description: 'Enable GObject Introspection (depends on GObject)')