Docs: Remove mentions of extra-cmake-modules

This commit is contained in:
Emmanuel Gil Peyrot
2020-09-30 17:04:20 +02:00
parent 8aaf072842
commit 40d150c399
2 changed files with 1 additions and 5 deletions

View File

@@ -103,8 +103,7 @@ To compile GLFW for Wayland, you need to have the Wayland packages installed,
as well as the basic development tools like GCC and make. For example, on
Ubuntu and other distributions based on Debian GNU/Linux, you need to install
the `libwayland-dev` package, which contains all Wayland headers and pulls in
wayland-scanner, as well as the `wayland-protocols` and `extra-cmake-modules`
packages.
wayland-scanner, as well as the `wayland-protocols` package.
Once you have installed the necessary packages, move on to @ref
compile_generate.