Imported Upstream version 1.2.4
[platform/upstream/json-glib.git] / meson_options.txt
1 option('disable_introspection',
2         type: 'boolean', value: false,
3         description: 'Whether to disable the introspection generation')
4 option('enable-gtk-doc',
5        type: 'boolean', value: false,
6        description: 'Whether to generate the API reference for JSON-GLib')
7 option('enable-man',
8        type: 'boolean', value: false,
9        description: 'Whether to generate the man pages for JSON-GLib tools')