gitg/meson_options.txt
Iñigo Martínez c876e0e255 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. This patch adds meson
support along autotools.

https://bugzilla.gnome.org/show_bug.cgi?id=788796
2017-10-16 13:40:57 +02:00

5 lines
409 B
Meson

option('enable-glade-catalog', type: 'boolean', value: true, description: 'Install a glade catalog file')
option('enable-python', type: 'boolean', value: true, description: 'Build with python support')
option('enable-deprecations', type: 'boolean', value: false, description: 'warn about deprecated usages')
option('enable-docs', type: 'boolean', value: false, description: 'enable generating documentation')