diff options
author | Diniz Bortolotto <diniz.bortolotto@gmail.com> | 2017-01-20 13:24:11 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-21 07:04:36 +0700 |
commit | 985e0895b133178dc730573c36bfe78671d8b47c (patch) | |
tree | 4baa14ef2c5270637e7fe3da4df9931059ced5a5 /libraries/wayland/README | |
parent | 811c072991af2d9cbf10051b3e8260b5a4e8cfdf (diff) | |
download | slackbuilds-985e0895b133178dc730573c36bfe78671d8b47c.tar.gz |
libraries/wayland: Updated for version 1.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/wayland/README')
-rw-r--r-- | libraries/wayland/README | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/libraries/wayland/README b/libraries/wayland/README index 9fcbe81b38..f6190360a2 100644 --- a/libraries/wayland/README +++ b/libraries/wayland/README @@ -1,8 +1,16 @@ The Wayland display server - Wayland is a project to define a protocol for a compositor to talk - to its clients as well as a library implementation of the protocol. - The compositor can be a standalone display server running on Linux - kernel modesetting and evdev input devices, an X application, or a - wayland client itself. The clients can be traditional applications, - X servers (rootless or fullscreen) or other display servers. +Wayland is a project to define a protocol for a compositor to talk +to its clients as well as a library implementation of the protocol. +The compositor can be a standalone display server running on Linux +kernel modesetting and evdev input devices, an X application, or a +wayland client itself. The clients can be traditional applications, +X servers (rootless or fullscreen) or other display servers. + +Optional Dependency + +Building man and html documentation is optional. If you want to build +that, install graphviz 2.38.0 (ATTENTION!! 2.40.1 is not working!) +and execute the slackbuild with + + GRAPHVIZ=yes ./wayland.SlackBuild |