Ver código fonte

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 76b6c83ff52bbe592d7e32572243ab5955bac4e3)
TuxTheAstronaut 2 anos atrás
pai
commit
d3ab337a33
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      development/compiling/compiling_for_x11.rst

+ 1 - 1
development/compiling/compiling_for_x11.rst

@@ -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**   | ::                                                                                                        |
 |                  |                                                                                                           |