mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
evl: add build option
This commit is contained in:
parent
ffaa365bef
commit
cbe3a88397
2 changed files with 24 additions and 2 deletions
|
|
@ -62,6 +62,10 @@ option('support',
|
|||
description: 'Enable support spa plugin integration',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('evl',
|
||||
description: 'Enable EVL support spa plugin integration',
|
||||
type: 'boolean',
|
||||
value: false)
|
||||
option('test',
|
||||
description: 'Enable test spa plugin integration',
|
||||
type: 'boolean',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue