mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: add -Draop switch for OpenSSL dep control
Even though OpenSSL is very common, automagic dependencies are still not great, so let's have a raop switch to control that.
This commit is contained in:
parent
a9fbc8a88d
commit
ceeaf6c2f9
3 changed files with 8 additions and 4 deletions
|
|
@ -214,3 +214,7 @@ option('session-managers',
|
|||
description : 'Session managers to build (can be [] for none or an absolute path)',
|
||||
type : 'array',
|
||||
value : ['media-session'])
|
||||
option('raop',
|
||||
description: 'Enable module for Remote Audio Output Protocol',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue