mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
ci: don't require lc3plus
The lc3plus codec isn't packaged, so don't try to check if it builds.
This commit is contained in:
parent
9e59a56894
commit
6a8bdf1bfe
1 changed files with 2 additions and 2 deletions
|
|
@ -268,9 +268,9 @@ build_all:
|
|||
extends:
|
||||
- .build_on_fedora
|
||||
variables:
|
||||
# Fedora doesn't have libfreeaptx or roc
|
||||
# Fedora doesn't have libfreeaptx, lc3plus, or roc
|
||||
# libcamera has no stable API, so let's not chase that target
|
||||
MESON_OPTIONS: "-Dauto_features=enabled -Dbluez5-codec-aptx=disabled -Droc=disabled -Dlibcamera=disabled"
|
||||
MESON_OPTIONS: "-Dauto_features=enabled -Dbluez5-codec-aptx=disabled -Dbluez5-codec-lc3plus=disabled -Droc=disabled -Dlibcamera=disabled"
|
||||
parallel:
|
||||
matrix:
|
||||
- CC: [gcc, clang]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue