aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 288b2d798f314d954fe0ac1ec776b6255016c0d3 (plain)
1
2
3
4
5
6
7
8
9
# Executable options
option('poiName', description: 'Executable name', type: 'string', value: 'poi')

# Install options
option('manpage',  description: 'Generate and install manpage',    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')