summaryrefslogtreecommitdiffstats
path: root/libraries/wayland/README
diff options
context:
space:
mode:
author Diniz Bortolotto <diniz.bortolotto@gmail.com>2014-10-05 08:06:08 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-05 08:06:08 +0700
commitefb221920d6e6974cef8b282862bd6c7e389d646 (patch)
tree10950b70f0170bfa98e0293565141b2a80b0f698 /libraries/wayland/README
parenta6a57a4c8a6da1106e8d91bba9b09c6c4e3a08a9 (diff)
downloadslackbuilds-efb221920d6e6974cef8b282862bd6c7e389d646.tar.gz
slackbuilds-efb221920d6e6974cef8b282862bd6c7e389d646.tar.xz
libraries/wayland: Added (wayland display server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wayland/README')
-rw-r--r--libraries/wayland/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/wayland/README b/libraries/wayland/README
new file mode 100644
index 0000000000..9fcbe81b38
--- /dev/null
+++ b/libraries/wayland/README
@@ -0,0 +1,8 @@
+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.