Przeglądaj źródła

Remove unneeded dependencies from Fedora installation in Compiling for Linux/*BSD

Only a few packages are actually needed, as most libraries used by Godot
are either embedded or `dlopen()`'d at runtime.
Hugo Locurcio 5 miesięcy temu
rodzic
commit
35fce7fcf6

+ 1 - 12
contributing/development/compiling/compiling_for_linuxbsd.rst

@@ -109,20 +109,9 @@ Distro-specific one-liners
             sudo dnf install -y \
             sudo dnf install -y \
               scons \
               scons \
               pkgconfig \
               pkgconfig \
-              libX11-devel \
-              libXcursor-devel \
-              libXrandr-devel \
-              libXinerama-devel \
-              libXi-devel \
-              wayland-devel \
-              mesa-libGL-devel \
-              mesa-libGLU-devel \
-              alsa-lib-devel \
-              pulseaudio-libs-devel \
-              libudev-devel \
               gcc-c++ \
               gcc-c++ \
               libstdc++-static \
               libstdc++-static \
-              libatomic-static
+              wayland-devel
 
 
     .. tab:: FreeBSD
     .. tab:: FreeBSD