Go to file
Drew DeVault 2f9fd72fdc Add pointer example 2017-06-13 12:21:36 -04:00
CMake Incorporate XKBCommon into example 2017-06-13 08:10:36 -04:00
backend Implement libinput wlr_pointer 2017-06-13 11:05:45 -04:00
common Logging improvements 2017-06-05 14:50:33 +12:00
example Add pointer example 2017-06-13 12:21:36 -04:00
include Implement libinput wlr_pointer 2017-06-13 11:05:45 -04:00
render Destroy gles3 wlr_surfaces 2017-06-09 10:33:02 -04:00
session Initial pass on libinput backend 2017-06-13 08:10:22 -04:00
types Implement libinput wlr_pointer 2017-06-13 11:05:45 -04:00
.gitignore Initial commit 2017-04-25 11:32:52 -04:00
CMakeLists.txt Incorporate XKBCommon into example 2017-06-13 08:10:36 -04: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