mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-21 14:23:00 +00:00
pulseaudio
This commit is contained in:
parent
a1714711e3
commit
86f61b4fdd
2
.github/actions/setup-haxe/action.yml
vendored
2
.github/actions/setup-haxe/action.yml
vendored
|
@ -44,7 +44,7 @@ runs:
|
||||||
g++ \
|
g++ \
|
||||||
libx11-dev libxi-dev libxext-dev libxinerama-dev libxrandr-dev \
|
libx11-dev libxi-dev libxext-dev libxinerama-dev libxrandr-dev \
|
||||||
libgl-dev libgl1-mesa-dev \
|
libgl-dev libgl1-mesa-dev \
|
||||||
libasound2-dev
|
libasound2-dev libpulse-dev
|
||||||
ln -s /usr/lib/x86_64-linux-gnu/libffi.so.8 /usr/lib/x86_64-linux-gnu/libffi.so.6 || true
|
ln -s /usr/lib/x86_64-linux-gnu/libffi.so.8 /usr/lib/x86_64-linux-gnu/libffi.so.6 || true
|
||||||
- name: Install linux-specific dependencies
|
- name: Install linux-specific dependencies
|
||||||
if: ${{ runner.os == 'Linux' && contains(inputs.targets, 'linux') }}
|
if: ${{ runner.os == 'Linux' && contains(inputs.targets, 'linux') }}
|
||||||
|
|
|
@ -83,7 +83,7 @@ apt-fast install -y --no-install-recommends \
|
||||||
libc6-dev libffi-dev \
|
libc6-dev libffi-dev \
|
||||||
libx11-dev libxi-dev libxext-dev libxinerama-dev libxrandr-dev \
|
libx11-dev libxi-dev libxext-dev libxinerama-dev libxrandr-dev \
|
||||||
libgl-dev libgl1-mesa-dev \
|
libgl-dev libgl1-mesa-dev \
|
||||||
libasound2-dev \
|
libasound2-dev libpulse-dev \
|
||||||
libvlc-dev libvlccore-dev
|
libvlc-dev libvlccore-dev
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue