File: meson_options.txt

package info (click to toggle)
sysprof 3.30.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,616 kB
  • sloc: ansic: 20,056; xml: 96; cpp: 23; sh: 18; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
option('enable_gtk', type: 'boolean')
option('with_sysprofd', type: 'combo',
  choices: ['host', 'bundled', 'none'],
  value: 'bundled',
)
option('systemdunitdir', type: 'string',
  description: 'Directory for systemd service files'
)
option('debugdir', type: 'string',
  description: 'Look for global separate debug info in this path'
)