X11: Add support for org.freedesktop.ScreenSaver

Related to #854.
This commit is contained in:
Camilla Löwy
2018-02-19 19:02:36 +01:00
parent f4cd470bcb
commit 35682ec3fa
7 changed files with 168 additions and 4 deletions
+5 -4
View File
@@ -88,10 +88,11 @@ Once you have Xcode installed, move on to @ref compile_generate.
@subsubsection compile_deps_x11 Dependencies for Linux and X11
To compile GLFW for X11, you need to have the X11 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 `xorg-dev`
package, which pulls in all X.org header packages.
To compile GLFW for X11, you need to have the X11 and libdbus development
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 `xorg-dev` and `libdbus-1-dev` packages. The `xorg-dev`
package in turn pulls in all X.org header packages.
Once you have installed the necessary packages, move on to @ref
compile_generate.