diff options
author | Siddharth Heroor <heroor@gmail.com> | 2013-02-14 10:59:15 +0530 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-02-14 12:14:54 -0500 |
commit | d4bfbdb9b5005f2a3d97124f2a3095b725a46cd5 (patch) | |
tree | 378d63a7704c8f34fc5965abc2fed16b04139da0 /README | |
parent | 13d5271b470ba426b4f28e745d704f8675a0ae42 (diff) |
README: Fix typos
Signed-off-by: Siddharth Heroor <heroor@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ What is Wayland 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 applications, or a wayland +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. @@ -19,7 +19,7 @@ themselves, typically through cairo or OpenGL. The weston compositor is a reference implementation of a wayland compositor and the weston repository also includes a few example -clients clients. +clients. Building the wayland libraries is fairly simple, aside from libffi, they don't have many dependencies: @@ -32,4 +32,4 @@ they don't have many dependencies: where PREFIX is where you want to install the libraries. See http://wayland.freedesktop.org for more complete build instructions -for wayland, weston, xwayland and various toolkits.
\ No newline at end of file +for wayland, weston, xwayland and various toolkits. |