A modular Wayland compositor library
Find a file
2017-10-05 19:11:28 +02:00
backend Fix memory leaks 2017-10-05 20:01:56 +00:00
dist/archlinux
examples
include Use pointers for xwayland hints and size_hints 2017-10-05 19:11:28 +02:00
protocol
render Fix memory leaks 2017-10-05 20:01:56 +00:00
rootston Fix memory leaks 2017-10-05 20:01:56 +00:00
types
util
xcursor
xwayland Use pointers for xwayland hints and size_hints 2017-10-05 19:11:28 +02:00
.build.yml
.editorconfig
.gitignore
.travis.yml
CONTRIBUTING.md
dummy.c
LICENSE
meson.build xwayland: parse normal hints 2017-10-05 19:10:23 +02:00
meson_options.txt
README.md

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