Add missing dependincies like Alsa and Pulseaudio to Alpine linux one-liner

adds "eudev-dev", "alsa-lib-dev", and "pulseaudio-dev" to the list of dependency's to install for alpine Linux to get the editor to compile and audio to work on both godot 4 and 3.x

(cherry picked from commit 76b6c83ff5)
This commit is contained in:
TuxTheAstronaut
2022-08-18 22:23:04 -04:00
committed by Rémi Verschelde
parent aa3b710738
commit 4c0a92f8e8

View File

@@ -43,7 +43,7 @@ Distro-specific one-liners
| **Alpine Linux** | :: |
| | |
| | apk add scons pkgconf gcc g++ libx11-dev libxcursor-dev libxinerama-dev libxi-dev libxrandr-dev \ |
| | mesa-dev libexecinfo-dev |
| | mesa-dev libexecinfo-dev eudev-dev alsa-lib-dev pulseaudio-dev |
+------------------+-----------------------------------------------------------------------------------------------------------+
| **Arch Linux** | :: |
| | |