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 ceef12cb5a
Exit cleanly if we cannot open Wayland socket.
7 years ago
CMake Added direct session support 7 years ago
backend Remove excessive logging in wayland backend 8 years ago
examples Exit cleanly if we cannot open Wayland socket. 7 years ago
include Session documentation. 7 years ago
render Merge branch 'wlcore' 8 years ago
session Stop remembering the drm fd in child. 7 years ago
types Merge branch 'wlcore' 8 years ago
util Utilize wlr_log in example logging 8 years ago
.gitignore Rework wayland backend output implementation 8 years ago
CMakeLists.txt Make libcap optional. 7 years ago
CONTRIBUTING.md Update README.md, add CONTRIBUTING.md 8 years ago
LICENSE Initial commit 8 years ago
README.md Make libcap optional. 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