Only a few packages are actually needed, as most libraries used by Godot are either embedded or `dlopen()`'d at runtime.
@@ -109,20 +109,9 @@ Distro-specific one-liners
sudo dnf install -y \
scons \
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++ \
libstdc++-static \
- libatomic-static
+ wayland-devel
.. tab:: FreeBSD