A modular Wayland compositor library
Find a file
Drew DeVault 82a6598ca7 Merge pull request #243 from acrisci/feature/input-bounds
Use wl_surface input bounds for input handling
2017-10-08 12:52:53 -04:00
backend Merge pull request #236 from ascent12/gl-loader 2017-10-08 10:04:33 -04:00
dist/archlinux Update README et al with new links 2017-10-02 22:27:39 -04:00
examples Remove examples/compositor.c, re-added by mistake 2017-10-07 19:37:49 +02:00
include Merge pull request #243 from acrisci/feature/input-bounds 2017-10-08 12:52:53 -04:00
protocol First attempt to implement screenshooter 2017-10-07 16:22:02 +02:00
render Merge pull request #140 from emersion/screenshooter 2017-10-08 10:06:41 -04:00
rootston Merge pull request #243 from acrisci/feature/input-bounds 2017-10-08 12:52:53 -04:00
types use input bounds for pointer events 2017-10-08 12:33:39 -04:00
util
xcursor
xwayland Merge pull request #223 from versusvoid/xwayland-activate 2017-10-06 09:34:48 -04:00
.build.yml
.editorconfig Add .editorconfig 2017-09-28 19:25:22 +02:00
.gitignore
.travis.yml
CONTRIBUTING.md Update README et al with new links 2017-10-02 22:27:39 -04:00
dummy.c
glgen.sh Add GL/EGL extension loader generator 2017-10-08 13:23:41 +13:00
LICENSE
meson.build Add GL/EGL extension loader generator 2017-10-08 13:23:41 +13:00
meson_options.txt
README.md Update README et al with new links 2017-10-02 22:27:39 -04:00

wlroots

Pluggable, composable modules for building a Wayland compositor.

This is a WIP: status

Contributing

See CONTRIBUTING.md

Building

Install dependencies:

  • wayland
  • wayland-protocols
  • EGL
  • GLESv2
  • DRM
  • GBM
  • libinput
  • udev
  • pixman
  • systemd (optional, for logind support)
  • elogind (optional, for logind support on systems without systemd)
  • libcap (optional, for capability support)
  • asciidoc (optional, for man pages)

Run these commands:

meson build
ninja -C build