aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 2615eaa5c5b638abc55bb257b77f4b0c65a5ed9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Executable options
option('poiName', description: 'Executable name', type: 'string', value: 'poi')
option('firejail', description: 'firejail executable name', type: 'string', value: '/usr/bin/firejail')

# Install options
option('manpage',      description: 'Generate and install manpage',      type: 'feature', value: 'auto')
option('translations', description: 'Generate and install translations', type: 'feature', value: 'auto')

# Feature options
option('Breakpad', description: 'Enable breakpad crash reporting', type: 'feature', value: 'auto')
option('Plasma',   description: 'Enable KDE plasma integration',   type: 'feature', value: 'auto')
option('Python',   description: 'Enable Python interpreter',       type: 'feature', value: 'auto')
option('testing',  description: 'Build tests (requires gtest)',    type: 'feature', value: 'auto')