mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
ci: add missing libebur128 dependency
The `build_all` job enables most features, including the ebur128
filter-graph plugin. However, the dependency is currently not
installed, which leads to meson failing to set up the build.
Fixes: df271d13f3 ("filter-chain: add ebur128 filter")
This commit is contained in:
parent
69dcc7db7b
commit
ff75f550ad
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ include:
|
||||||
.fedora:
|
.fedora:
|
||||||
variables:
|
variables:
|
||||||
# Update this tag when you want to trigger a rebuild
|
# Update this tag when you want to trigger a rebuild
|
||||||
FDO_DISTRIBUTION_TAG: '2024-05-30.0'
|
FDO_DISTRIBUTION_TAG: '2024-12-10.0'
|
||||||
FDO_DISTRIBUTION_VERSION: '40'
|
FDO_DISTRIBUTION_VERSION: '40'
|
||||||
FDO_DISTRIBUTION_PACKAGES: >-
|
FDO_DISTRIBUTION_PACKAGES: >-
|
||||||
alsa-lib-devel
|
alsa-lib-devel
|
||||||
|
|
@ -56,6 +56,7 @@ include:
|
||||||
jack-audio-connection-kit-devel
|
jack-audio-connection-kit-devel
|
||||||
libasan
|
libasan
|
||||||
libcanberra-devel
|
libcanberra-devel
|
||||||
|
libebur128-devel
|
||||||
libffado-devel
|
libffado-devel
|
||||||
libldac-devel
|
libldac-devel
|
||||||
libmysofa-devel
|
libmysofa-devel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue