Find a file
Giulio Camuffo 4e5f1153ca Install shared/zalloc.h
Plugins need to have it available, as it is included in compositor.h.

https://bugs.freedesktop.org/show_bug.cgi?id=67948
2013-08-12 21:29:53 -07:00
clients fix compile error when EGL_BUFFER_AGE_EXT is missing 2013-08-12 16:54:10 -07:00
data
man man: Add documentation for output seat confining 2013-06-28 13:36:17 -04:00
protocol protocol: Add missing xml files to EXTRA_DIST 2012-02-26 22:29:18 -05:00
shared Add zalloc(size_t) allocator function 2013-08-08 13:46:13 -07:00
src Install shared/zalloc.h 2013-08-12 21:29:53 -07:00
tests malloc + memset -> zalloc 2013-08-08 13:46:13 -07:00
wcap wcap-decode: Close file descriptor when destroying the decoder 2013-07-30 11:03:19 -07:00
.gitignore gitignore: Ignore test-driver 2013-03-28 14:04:05 -04:00
autogen.sh
configure.ac configure.ac: check for wayland scanner macro 2013-08-08 21:54:53 -07:00
COPYING
Makefile.am
notes.txt
README
weston.ini Add a colord implementation of a CMS plugin for weston 2013-05-14 10:15:39 -04:00

Weston

Weston is the reference implementation of a Wayland compositor, and a
useful compositor in its own right.  Weston has various backends that
lets it run on Linux kernel modesetting and evdev input as well as
under X11.  Weston ships with a few example clients, from simple
clients that demonstrate certain aspects of the protocol to more
complete clients and a simplistic toolkit.  There is also a quite
capable terminal emulator (weston-terminal) and an toy/example desktop
shell.  Finally, weston also provides integration with the Xorg server
and can pull X clients into the Wayland desktop and act as a X window
manager.

Refer to http://wayland.freedesktop.org/building.html for buiding
weston and its dependencies.