mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pipewire: add enable/disable to meson for spa plugins
This commit is contained in:
parent
805240258b
commit
8d71d2dab8
11 changed files with 134 additions and 21 deletions
5
README
5
README
|
|
@ -32,3 +32,8 @@ $ meson build
|
|||
$ cd build
|
||||
$ ninja
|
||||
|
||||
You can see the available meson options in meson_options.txt file. All plugins are
|
||||
disabled by default. To enable a spa plugin you need to enable spa-plugins and the
|
||||
plugin name meson option.
|
||||
|
||||
$ meson build -Dspa-plugins=true -D<plugin-name>=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue