File: meson_options.txt

package info (click to toggle)
json-glib 1.10.6%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,476 kB
  • sloc: ansic: 13,543; sh: 39; python: 28; makefile: 16; javascript: 5
file content (32 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# SPDX-FileCopyrightText: 2016 Thibault Saunier
# SPDX-FileCopyrightText: 2017 Emmanuele Bassi
# SPDX-FileCopyrightText: 2018 Collabora Ltd
# SPDX-FileCopyrightText: 2020 Collabora Ltd
#
# SPDX-License-Identifier: LGPL-2.1-or-later

option('introspection',
       type: 'feature', value: 'auto', yield: true,
       description: 'Build the introspection data (requires gobject-introspection)')
option('documentation',
       type: 'feature', value: 'auto', yield: true,
       description: 'Build the API reference (requires gi-docgen)')
option('gtk_doc',
       type: 'feature', value: 'auto', yield: true,
       deprecated: 'documentation',
       description: 'Build the API reference (requires gi-docgen)')
option('man',
       type: 'boolean', value: false,
       description: 'Build the man pages (requires xsltproc)')
option('tests',
       type: 'boolean', value: true,
       description: 'Build the tests')
option('conformance',
       type: 'boolean', value: true,
       description: 'Build conformance tests')
option('nls',
       type: 'feature', value: 'auto', yield: true,
       description: 'Enable native language support (translations)')
option('installed_tests',
       type: 'boolean', value: true,
       description: 'Enable installed tests')