A modular Wayland compositor library
Find a file
2017-07-09 22:23:54 +12:00
backend
CMake
examples
include Stop remembering the drm fd in child. 2017-07-09 22:23:54 +12:00
render
session Stop remembering the drm fd in child. 2017-07-09 22:23:54 +12:00
types
util
.gitignore
CMakeLists.txt Make libcap optional. 2017-07-04 00:29:03 +12:00
CONTRIBUTING.md
LICENSE
README.md Make libcap optional. 2017-07-04 00:29:03 +12:00

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:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo make install