pipewire/meson_options.txt

17 lines
424 B
Meson
Raw Normal View History

option('docs',
description: 'Build documentation',
type: 'boolean',
value: false)
option('man',
description: 'Build manpages',
type: 'boolean',
value: false)
option('gstreamer',
2017-11-13 19:08:29 +00:00
description: 'Build GStreamer plugins',
type: 'boolean',
value: false)
option('systemd',
description: 'Enable systemd integration',
type: 'boolean',
value: true)