mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
16 lines
424 B
Meson
16 lines
424 B
Meson
option('docs',
|
|
description: 'Build documentation',
|
|
type: 'boolean',
|
|
value: false)
|
|
option('man',
|
|
description: 'Build manpages',
|
|
type: 'boolean',
|
|
value: false)
|
|
option('gstreamer',
|
|
description: 'Build GStreamer plugins',
|
|
type: 'boolean',
|
|
value: false)
|
|
option('systemd',
|
|
description: 'Enable systemd integration',
|
|
type: 'boolean',
|
|
value: true)
|