summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: dbc4162ce5e3936cb14ead682685624cf78b5113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

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('xdgmime-path', type: 'string', value: './xdgmime',
    description: 'Path to the xdgmime executable',
)