Browse Source

Merge pull request #2490 from Calinou/fix-freebsd-dependencies

Fix package name in FreeBSD dependencies list
Rémi Verschelde 6 years ago
parent
commit
9be500afe1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      development/compiling/compiling_for_x11.rst

+ 1 - 1
development/compiling/compiling_for_x11.rst

@@ -48,7 +48,7 @@ Distro-specific oneliners
 +---------------+------------------------------------------------------------------------------------------------------------+
 | **FreeBSD**   | ::                                                                                                         |
 |               |                                                                                                            |
-|               |     sudo pkg install scons pkg-config xorg-libraries libXcursor libXrandr libXi xineramaproto libglapi \   |
+|               |     sudo pkg install scons pkgconf xorg-libraries libXcursor libXrandr libXi xineramaproto libglapi \      |
 |               |         libGLU freetype2 openssl yasm                                                                      |
 +---------------+------------------------------------------------------------------------------------------------------------+
 | **Gentoo**    | ::                                                                                                         |