summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-08-02 16:19:37 +0200
committerIñigo Martínez <inigomartinez@gmail.com>2017-08-11 17:02:43 +0200
commit92b1faa10bb7431694b799733c5ff672d2f62a70 (patch)
treede34e651bcc4348c1d6364713372274936110d40 /meson_options.txt
parent7cd3120bbf29612791b2561aa66d5c634690a153 (diff)
downloadgnome-bluetooth-92b1faa10bb7431694b799733c5ff672d2f62a70.tar.gz
build: Port to meson build system
https://bugzilla.gnome.org/show_bug.cgi?id=785737
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..8bee50b0
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,3 @@
+option('enable-icon-update', type: 'boolean', value: true, description: 'Enable icon cache update')
+option('enable-gtk-doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')
+option('enable-introspection', type: 'boolean', value: true, description: 'Enable GObject Introspection (depends on GObject)')