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 924bf0f669
Changed build system to meson
7 years ago
backend Changed build system to meson 7 years ago
examples Changed build system to meson 7 years ago
include Fixed that warnings that showed up with optimisations. 7 years ago
render Changed build system to meson 7 years ago
session Changed build system to meson 7 years ago
types Changed build system to meson 7 years ago
util Changed build system to meson 7 years ago
.gitignore Changed build system to meson 7 years ago
CONTRIBUTING.md Update README.md, add CONTRIBUTING.md 8 years ago
LICENSE Initial commit 8 years ago
README.md Changed build system to meson 7 years ago
meson.build Changed build system to meson 7 years ago

README.md

wlroots

Pluggable, composable modules for building a Wayland compositor.

WIP - Status

Building

Install dependencies:

  • meson
  • 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 --buildtype=release build
cd build
ninja