build: Add support for Meson

This commit is contained in:
Patrick Griffis
2016-10-20 05:26:58 -04:00
parent 496f10e34a
commit 52bc856be4
14 changed files with 672 additions and 0 deletions

11
meson_options.txt Normal file
View 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'
)