mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
12 lines
338 B
Meson
12 lines
338 B
Meson
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'
|
|
)
|