Go to file
Drew DeVault 85805da021 Merge pull request #27 from ascent12/meson
[Proposal] Use the Meson build system
2017-07-11 20:15:28 -04:00
backend Use subdir 2017-07-11 09:56:54 +12:00
examples Small linking fix 2017-07-11 12:24:43 +12:00
include Fixed that warnings that showed up with optimisations. 2017-07-11 00:14:55 +12:00
render Use subdir 2017-07-11 09:56:54 +12:00
session Use subdir 2017-07-11 09:56:54 +12:00
types Use subdir 2017-07-11 09:56:54 +12:00
util Use subdir 2017-07-11 09:56:54 +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 Use subdir 2017-07-11 09:56:54 +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