Change LGPL-2.1+ to LGPL-2.1-or-later
[platform/upstream/json-glib.git] / meson_options.txt
1 option('introspection',
2        type: 'feature', value: 'auto', yield: true,
3        description: 'Build the introspection data (requires gobject-introspection)')
4 option('gtk_doc',
5        type: 'feature', value: 'auto', yield: true,
6        description: 'Build the API reference (requires gtk-doc)')
7 option('man',
8        type: 'boolean', value: false,
9        description: 'Build the man pages (requires xsltproc)')
10 option('tests',
11        type: 'boolean', value: true,
12        description: 'Build the tests')
13 option('nls',
14        type: 'feature', value: 'auto', yield: true,
15        description: 'Enable native language support (translations)')