File: meson.options

package info (click to toggle)
cellbroadcastd 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 748 kB
  • sloc: ansic: 4,529; xml: 132; python: 22; makefile: 16; sh: 10
file content (11 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
option('daemon',
       type: 'boolean', value: true,
       description: 'Whether to build the daemon')
option('introspection', type: 'feature', value: 'auto')
option('tests',
       type: 'boolean', value: true,
       description: 'Whether to compile unit tests')
option('systemd_user_unit_dir',
       type: 'string', value: '',
       description: 'Directory for systemd user units')
option('vapi', type: 'boolean', value: true)