mirror of https://github.com/ppy/SDL3-CS.git
Add PipeWire dependency
This commit is contained in:
parent
c747f1dcdd
commit
c4d3ee27e8
|
|
@ -66,7 +66,8 @@ if [[ $RUNNER_OS == 'Linux' ]]; then
|
|||
libxxf86vm-dev$TARGET_APT_ARCH \
|
||||
libdrm-dev$TARGET_APT_ARCH \
|
||||
libgbm-dev$TARGET_APT_ARCH \
|
||||
libpulse-dev$TARGET_APT_ARCH
|
||||
libpulse-dev$TARGET_APT_ARCH \
|
||||
libpipewire-0.3-dev$TARGET_APT_ARCH
|
||||
|
||||
if [[ $TARGET_APT_ARCH != :i386 ]]; then
|
||||
# Build libdecor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue