summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2016-12-06 08:07:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-07-13 19:03:39 -0400
commita690e2a375ac0803412186b68eadf8723ee43a39 (patch)
tree5580471d84fccf1520fbed5d21c97ef4a6536dbf /meson_options.txt
parentfe2a9887a8ccb14f2386e01b14834e97a33bc2d7 (diff)
downloadglib-a690e2a375ac0803412186b68eadf8723ee43a39.tar.gz
meson: More build fixes
- Fix installing various data files - Build translations
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 000000000..0034ec07f
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,2 @@
+option('with-docs', type : 'boolean', value : false)
+option('with-man', type : 'boolean', value : true)