summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMartin Blanchard <tchaik@gmx.com>2019-05-30 13:55:45 +0200
committerRichard Hughes <richard@hughsie.com>2019-06-09 18:17:37 +0100
commit7f358c676ba0990421d6a038569c8b798353e52b (patch)
tree82a788799f3b586013248c50d66276788e310cc7 /meson_options.txt
parenta87889cebedbf0b3d45a41e83287b0b0f8fae7b7 (diff)
downloadcolord-gtk-7f358c676ba0990421d6a038569c8b798353e52b.tar.gz
build: Port to the Meson build system
Introduce meson build scripts along autotools ones. Porting modules to the meson build system is a GNOME Goal, details here: https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting https://github.com/hughsie/colord-gtk/issues/10
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..1c3cecc
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,5 @@
+option('gtk2', type : 'boolean', value : false, description : 'Build Gtk2 library')
+option('vapi', type : 'boolean', value : false, description : 'Build vala bindings')
+option('tests', type : 'boolean', value : true, description : 'Build self tests')
+option('man', type : 'boolean', value : true, description : 'Generate man pages')
+option('docs', type : 'boolean', value : true, description : 'Generate documentation')