mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
build: Add support for Meson
This commit is contained in:
11
meson_options.txt
Normal file
11
meson_options.txt
Normal file
@ -0,0 +1,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'
|
||||
)
|
||||
Reference in New Issue
Block a user