A modular Wayland compositor library
Find a file
2017-10-01 15:55:25 +13:00
backend Add renderer pointer inside drm_surface 2017-10-01 15:55:25 +13:00
dist/archlinux Add Archlinux PKGBUILD script 2017-09-24 14:52:09 +13:00
examples Remove example compositor 2017-09-28 17:44:14 -04:00
include Add renderer pointer inside drm_surface 2017-10-01 15:55:25 +13:00
protocol
render Change egl_get_config to always use visual id 2017-09-29 16:15:09 +13:00
rootston xwayland: add state support 2017-09-29 22:26:03 +02:00
types fix libinput wlr-keyboard use after free 2017-09-28 20:29:26 -04:00
util
xcursor
xwayland xwayland: add wlr_xwayland_surface_close 2017-09-29 23:18:12 +02:00
.build.yml
.editorconfig Add .editorconfig 2017-09-28 19:25:22 +02:00
.gitignore
.travis.yml
CONTRIBUTING.md Change to irc.freenode.net 2017-09-30 15:18:40 +13:00
dummy.c
LICENSE
meson.build Open X11 Window 2017-09-29 16:12:13 +13:00
meson_options.txt
README.md Updated CONTRIBUTING.md 2017-09-30 15:05:41 +13: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