summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: c5b7e5d6a02e327f205fb9a55be141be6d0c0aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

option('update-mimedb', type: 'boolean', value: false,
    description: 'Call update-mime-database after install. It should not be enabled if DESTDIR is used.',
)

option('build-tools', type: 'boolean', value: true,
    description: 'Build the update-mime-database tools. If set to false only the mime data is installed.',
)

option('build-translations', type: 'boolean', value: true,
    description: 'Build the translations.'
)

option('build-tests', type: 'boolean', value: true,
    description: 'Build the test suite.  If not set then there will be no \'test\' build target.',
)

option('xdgmime-path', type: 'string', value: './xdgmime',
    description: 'Path to the xdgmime executable',
)