Go to file
Scott Anderson 091de12bf4 Changed session signal to only emit on DRM changes 2017-06-21 12:47:53 +12:00
CMake Actually make a2x optional 2017-06-20 18:52:13 -04:00
backend Changed session signal to only emit on DRM changes 2017-06-21 12:47:53 +12:00
common Make log:_strip_path more efficient 2017-06-19 20:17:40 +02:00
example Changed session signal to only emit on DRM changes 2017-06-21 12:47:53 +12:00
include Changed session signal to only emit on DRM changes 2017-06-21 12:47:53 +12:00
render Clean up Wayland backend GL context and such 2017-06-20 15:29:27 -04:00
session Changed session signal to only emit on DRM changes 2017-06-21 12:47:53 +12:00
types Add dynamic output resizing for Wayland backend 2017-06-20 17:51:45 -04:00
.gitignore Rework wayland backend output implementation 2017-06-19 22:36:40 +02:00
CMakeLists.txt Change from C99 to C11. 2017-06-20 13:18:41 +12: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 Update README.md, add CONTRIBUTING.md 2017-06-06 10:54:53 -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)
  • asciidoc (optional, for man pages)

Run these commands:

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