A private fork of wlroots
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Scott Anderson 5743ea03b8
Merge pull request #37 from acrisci/bug/session-path
7 years ago
CMake Revert "Merge pull request #27 from ascent12/meson" 7 years ago
backend bugfix: add null check on output gbm on pageflip 7 years ago
examples Revert "Merge pull request #27 from ascent12/meson" 7 years ago
include Remove use of missing header 7 years ago
render Revert "Merge pull request #27 from ascent12/meson" 7 years ago
session Correctly get session path 7 years ago
types bugfix: fix cursor software rendering fallback 7 years ago
util Revert "Merge pull request #27 from ascent12/meson" 7 years ago
.gitignore Revert "Merge pull request #27 from ascent12/meson" 7 years ago
.travis.yml Build on travis-ci. 7 years ago
CMakeLists.txt Fix LTO (fixes #26) 7 years ago
CONTRIBUTING.md Update README.md, add CONTRIBUTING.md 8 years ago
LICENSE Initial commit 8 years ago
README.md Build on travis-ci. 7 years ago

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:

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