Update FreeBSD dependencies in "Compiling for X11"

`xineramaproto` is now `xorgproto` in recent FreeBSD versions.
`libglapi` no longer seems to be available, but Godot still builds
if you omit it.

This also adds `alsa-lib` and `pulseaudio` which are required to build
editor and export template binaries.

Tested on FreeBSD 12.0 and 11.2.
This commit is contained in:
Hugo Locurcio
2019-07-07 15:31:23 +02:00
parent 1d5f0aa60e
commit 1836e8be55

View File

@@ -45,8 +45,9 @@ Distro-specific oneliners
+----------------+-----------------------------------------------------------------------------------------------------------+
| **FreeBSD** | :: |
| | |
| | sudo pkg install scons pkgconf xorg-libraries libXcursor libXrandr libXi xineramaproto libglapi \ |
| | libGLU yasm |
| | sudo pkg install scons pkgconf xorg-libraries libXcursor libXrandr libXi xorgproto libGLU alsa-lib \ |
| | pulseaudio yasm |
| | |
+----------------+-----------------------------------------------------------------------------------------------------------+
| **Gentoo** | :: |
| | |