mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
meson: add systemd option
This is handy for source distributions, which want to avoid automagic dependencies
This commit is contained in:
parent
90400b17d6
commit
165c441ced
2 changed files with 11 additions and 4 deletions
|
|
@ -10,3 +10,7 @@ option('enable_gstreamer',
|
|||
description: 'Build GStreamer plugins',
|
||||
type: 'boolean',
|
||||
value: false)
|
||||
option('systemd',
|
||||
description: 'Enable systemd integration',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue