summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2019-03-21 16:36:07 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2019-03-30 21:15:41 +0100
commit79bd7e5a84b01e4a50365deca3ef799acd8c998b (patch)
tree1b890c265f020a5a200a9ffc6f66c8efc3fd4218 /meson_options.txt
parent9b22a0251053b5869d6c2505aa9e9f34f16e0183 (diff)
downloadglade-79bd7e5a84b01e4a50365deca3ef799acd8c998b.tar.gz
build: Port to meson build system
meson is a build system focused on speed an ease of use, which helps speeding up the software development. meson build system has been added along with autotools.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..5d53ee23
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,9 @@
+option('gladeui', type: 'boolean', value: false, description: 'enable installation of the Gladeui catalog')
+option('python', type: 'feature', value: 'auto', description: 'enable installation of the python catalog')
+option('webkit2gtk', type: 'feature', value: 'auto', description: 'enable installation of the webkit2gtk catalog')
+
+option('mac_bundle', type: 'boolean', value: false, description: 'enable mac bundling')
+
+option('gtk_doc', type: 'boolean', value: false, description: 'build GTK Doc reference')
+option('introspection', type: 'boolean', value: true, description: 'build introspection support')
+option('man', type: 'boolean', value: true, description: 'build manual pages')