pipewire/meson_options.txt

17 lines
445 B
Meson
Raw Normal View History

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