mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 05:20:05 +01:00
This is only intended to be used with specific embedded applications. There is no good reason to use it on a standard desktop environment.
23 lines
1 KiB
Meson
23 lines
1 KiB
Meson
option('introspection', type : 'feature', value : 'auto',
|
|
description : 'Generate gobject-introspection bindings')
|
|
option('doc', type : 'feature', value : 'auto',
|
|
description: 'Enable documentation.')
|
|
option('system-lua', type : 'boolean', value : 'false',
|
|
description : 'Use lua from the system instead of the bundled one')
|
|
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')
|
|
option('wpipc', type : 'feature', value : 'disabled',
|
|
description: 'Build the wpipc library and module-ipc')
|