blob: 89821761c8b28620e5950f1e6b3a3e535972a51e (
plain)
1
2
3
4
5
6
|
# Executable options
option('poiName', description: 'Executable name', type: 'string', value: 'poi')
# Feature options
option('Breakpad', description: 'Enable breakpad crash reporting', type: 'feature', value: 'auto')
option('Plasma', description: 'Enable KDE plasma integration', type: 'feature', value: 'auto')
|