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 d1ca1ec16e
Split off some functions into drm-util
7 years ago
backend Split off some functions into drm-util 7 years ago
examples Check for multi backend before using it 7 years ago
include DRM resource initalisation 7 years ago
render Merge pull request #42 from acrisci/bug/no-switch-active-textures 7 years ago
types Use meson build system 7 years ago
util Use meson build system 7 years ago
.build.yml Add .build.yml for builds.sr.ht 7 years ago
.gitignore Revert "Merge pull request #27 from ascent12/meson" 7 years ago
.travis.yml Use meson build system 7 years ago
CONTRIBUTING.md Update README.md, add CONTRIBUTING.md 8 years ago
LICENSE Initial commit 8 years ago
README.md Use meson build system 7 years ago
meson.build Update build files 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:

meson build
ninja -C build