Browse Source

Docs: Remove mentions of extra-cmake-modules

Emmanuel Gil Peyrot 5 years ago
parent
commit
40d150c399
2 changed files with 1 additions and 5 deletions
  1. 0 3
      README.md
  2. 1 2
      docs/compile.dox

+ 0 - 3
README.md

@@ -88,9 +88,6 @@ in the documentation for more information.
 GLFW itself needs only CMake 3.1 or later and the headers and libraries for your
 GLFW itself needs only CMake 3.1 or later and the headers and libraries for your
 OS and window system.
 OS and window system.
 
 
-The (experimental) Wayland backend also depends on the `extra-cmake-modules`
-package, which is used to generate Wayland protocol headers.
-
 The examples and test programs depend on a number of tiny libraries.  These are
 The examples and test programs depend on a number of tiny libraries.  These are
 located in the `deps/` directory.
 located in the `deps/` directory.
 
 

+ 1 - 2
docs/compile.dox

@@ -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
 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
 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
 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
 Once you have installed the necessary packages, move on to @ref
 compile_generate.
 compile_generate.