pipewire/meson_options.txt
Rasmus Thomsen 55cb38d0a8 meson: add systemd option
This is handy for source distributions, which want to avoid
automagic dependencies
2018-08-17 17:50:16 +02:00

17 lines
445 B
Meson

option('enable_docs',
description: 'Build documentation',
type: 'boolean',
value: false)
option('enable_man',
description: 'Build manpages',
type: 'boolean',
value: false)
option('enable_gstreamer',
description: 'Build GStreamer plugins',
type: 'boolean',
value: false)
option('systemd',
description: 'Enable systemd integration',
type: 'boolean',
value: true)