Go to file
Drew DeVault d4b4bfb8bc Fix #64 2017-08-13 08:26:32 -04:00
backend Fix build on systems without systemd 2017-08-13 08:21:57 -04:00
examples Fix #64 2017-08-13 08:26:32 -04:00
include Refactor wlr_backend_state out of DRM backend 2017-08-12 19:52:22 -04:00
protocol Fix #64 2017-08-13 08:26:32 -04:00
render Fix #64 2017-08-13 08:26:32 -04:00
types Fix #64 2017-08-13 08:26:32 -04:00
util Fix #64 2017-08-13 08:26:32 -04:00
xcursor Fix #64 2017-08-13 08:26:32 -04:00
.build.yml Specify gcc explicitly in .build.yml 2017-08-09 22:59:02 -04:00
.gitignore Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
.travis.yml Update ci for pixman 2017-08-09 17:06:19 +02:00
CONTRIBUTING.md Update README.md, add CONTRIBUTING.md 2017-06-06 10:54:53 -04:00
LICENSE Initial commit 2017-04-25 11:32:52 -04:00
README.md Implement wlr_region using pixman 2017-08-09 17:05:55 +02:00
dummy.c Fix build on systems without systemd 2017-08-13 08:21:57 -04:00
meson.build Fix #64 2017-08-13 08:26:32 -04:00

README.md

wlroots

Pluggable, composable modules for building a Wayland compositor.

WIP - Status

Building

Install dependencies:

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

Run these commands:

meson build
ninja -C build