Go to file
Scott Anderson 924bf0f669 Changed build system to meson 2017-07-11 00:28:56 +12:00
backend Changed build system to meson 2017-07-11 00:28:56 +12:00
examples Changed build system to meson 2017-07-11 00:28:56 +12:00
include Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
render Changed build system to meson 2017-07-11 00:28:56 +12:00
session Changed build system to meson 2017-07-11 00:28:56 +12:00
types Changed build system to meson 2017-07-11 00:28:56 +12:00
util Changed build system to meson 2017-07-11 00:28:56 +12:00
.gitignore Changed build system to meson 2017-07-11 00:28:56 +12:00
CONTRIBUTING.md Update README.md, add CONTRIBUTING.md 2017-06-06 10:54:53 -04:00
LICENSE Initial commit 2017-04-25 11:32:52 -04:00
README.md Changed build system to meson 2017-07-11 00:28:56 +12:00
meson.build Changed build system to meson 2017-07-11 00:28:56 +12:00

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