A modular Wayland compositor library
Find a file
2017-10-02 22:27:39 -04:00
backend Check for fd failure properly 2017-10-02 22:01:09 +13:00
dist/archlinux Update README et al with new links 2017-10-02 22:27:39 -04:00
examples Move wlr-example.ini.example to rootston.ini.example and reference it from examples' config parser 2017-10-02 16:17:34 +00:00
include Merge pull request #182 from ascent12/drm-multi-gpu 2017-10-02 08:46:06 -04:00
protocol
render Multi-GPU DRM 2017-10-01 22:29:25 +13:00
rootston Move wlr-example.ini.example to rootston.ini.example and reference it from examples' config parser 2017-10-02 16:17:34 +00:00
types xdg-shell: protocol destroy 2017-10-02 06:28:07 -04:00
util
xcursor
xwayland Add x, y, width, height arguments to wlr_xwayland_surface_configure 2017-09-30 16:33:04 +02: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
LICENSE
meson.build Open X11 Window 2017-09-29 16:12:13 +13:00
meson_options.txt Add elogind support 2017-09-22 12:02:55 -05:00
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