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.
 
 
 
Drew DeVault 486ec5953c
Add shim implementations of wl_{compositor,shell}
8 years ago
CMake Actually make a2x optional 8 years ago
backend Switch to GLES2 8 years ago
examples Add shim implementations of wl_{compositor,shell} 8 years ago
include Remove wlr_compositor 8 years ago
render Support wl_shm pixel formats in gles2 renderer 8 years ago
session Reorganize wlr-common 8 years ago
types Add wlr_wl_compositor and remove wlr_wl_shm 8 years ago
util Utilize wlr_log in example logging 8 years ago
.gitignore Rework wayland backend output implementation 8 years ago
CMakeLists.txt Move example -> examples 8 years ago
CONTRIBUTING.md Update README.md, add CONTRIBUTING.md 8 years ago
LICENSE Initial commit 8 years ago
README.md Update README.md, add CONTRIBUTING.md 8 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)
  • asciidoc (optional, for man pages)

Run these commands:

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