Go to file
Scott Anderson af67966d92 Atomic modesetting 2017-08-09 08:07:00 -04:00
backend Atomic modesetting 2017-08-09 08:07:00 -04:00
examples Merge pull request #48 from nyorain/wlr_texture 2017-08-08 13:12:16 -04:00
include Atomic modesetting 2017-08-09 08:07:00 -04:00
render Rename wlr_surface -> wlr_texture; attach -> upload 2017-08-08 18:25:16 +02:00
types Rename wlr_surface -> wlr_texture; attach -> upload 2017-08-08 18:25:16 +02:00
util Use meson build system 2017-08-05 22:34:24 +02:00
xcursor Add logging in wlr_cursor 2017-08-08 11:56:52 -04:00
.build.yml Switch .build.yml to meson 2017-08-08 18:02:32 -04:00
.gitignore Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
.travis.yml Use meson build system 2017-08-05 22:34:24 +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 Use meson build system 2017-08-05 22:34:24 +02:00
meson.build Add xcursor sublibrary 2017-08-07 21:13:04 -04:00

README.md

wlroots

Pluggable, composable modules for building a Wayland compositor.

WIP - Status

Building

Install dependencies:

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

Run these commands:

meson build
ninja -C build