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

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

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