2020-01-22 17:06:01 +02:00
|
|
|
option('introspection', type : 'feature', value : 'auto',
|
|
|
|
|
description : 'Generate gobject-introspection bindings')
|
|
|
|
|
option('doc', type : 'feature', value : 'auto',
|
|
|
|
|
description: 'Enable documentation.')
|
2021-01-23 19:11:38 +02:00
|
|
|
option('system-lua', type : 'boolean', value : 'false',
|
|
|
|
|
description : 'Use lua from the system instead of the bundled one')
|
2021-02-23 18:47:50 +02:00
|
|
|
option('systemd',
|
|
|
|
|
type: 'feature', value: 'auto',
|
|
|
|
|
description: 'Enable installing systemd units')
|
|
|
|
|
option('systemd-system-service',
|
|
|
|
|
type : 'boolean', value : false,
|
|
|
|
|
description: 'Install systemd system service file')
|
|
|
|
|
option('systemd-user-service',
|
|
|
|
|
type : 'boolean', value : true,
|
|
|
|
|
description: 'Install systemd user service file')
|
|
|
|
|
option('systemd-system-unit-dir',
|
|
|
|
|
type : 'string',
|
|
|
|
|
description : 'Directory for system systemd units')
|
|
|
|
|
option('systemd-user-unit-dir',
|
|
|
|
|
type : 'string',
|
|
|
|
|
description : 'Directory for user systemd units')
|
2021-05-06 11:52:01 +03:00
|
|
|
option('wpipc', type : 'feature', value : 'disabled',
|
|
|
|
|
description: 'Build the wpipc library and module-ipc')
|
2021-06-09 11:46:24 +03:00
|
|
|
option('glib-supp', type : 'string', value : '',
|
|
|
|
|
description: 'The glib.supp valgrind suppressions file to be used when running valgrind')
|