summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-05-19 23:13:23 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2017-08-10 07:19:28 -0300
commit4c115249a7027286ce16ea789374c683739837ea (patch)
tree250c77578405351df096113078acec39f549a402 /meson_options.txt
parent311195857f0a19b9c82caa7d9561b5e44161dabf (diff)
downloadgnome-calendar-4c115249a7027286ce16ea789374c683739837ea.tar.gz
project: Port to meson build system
https://bugzilla.gnome.org/show_bug.cgi?id=782843
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..b8d65a56
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,2 @@
+option('enable-tracing', type: 'boolean', value: false, description: 'add extra debugging information')
+option('enable-gtk-doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')