summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2018-07-10 16:05:58 +0200
committerCorentin Noël <corentin@elementary.io>2018-07-10 16:05:58 +0200
commit5c9f0a1c7ccdc77e1a1436d7689ada55b5d83a33 (patch)
tree13dfb610509157c61326faef21289c6d257e274c /meson_options.txt
parentddfc45fe1f9fc62c99d25c9cbdd4d42ad6e7d95c (diff)
downloadlibchamplain-5c9f0a1c7ccdc77e1a1436d7689ada55b5d83a33.tar.gz
meson: add meson build systemwip/tintou/meson
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..68ddeb0
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,4 @@
+option('memphis', type : 'boolean', description : 'Support of local rendering using libmemphis')
+option('gtk', type : 'boolean', description : 'Compile Gtk+ embedded view')
+option('vala-support', type : 'boolean', description : 'Build Vala bindings')
+option('debug', type : 'boolean', value : false, description : 'Enable debug code') \ No newline at end of file