A modular Wayland compositor library
Find a file
2017-11-08 15:35:47 -05:00
backend Merge branch 'master' into feature/multiseat 2017-11-05 08:09:45 -05:00
dist/archlinux
examples
include rootston: drag icons 2017-11-08 15:35:47 -05:00
protocol
render
rootston rootston: drag icons 2017-11-08 15:35:47 -05:00
types multiseat: somewhat working 2017-11-07 15:56:11 -05:00
util
xcursor
xwayland Fixes segfault when no xcb_render_pictforminfo_t is available 2017-11-02 17:21:00 +01:00
.build.yml
.editorconfig
.gitignore
.travis.yml
CONTRIBUTING.md
dummy.c
glgen.sh
LICENSE
meson.build Load xwm cursor from theme 2017-11-02 15:52:02 +01:00
meson_options.txt
README.md

wlroots

Pluggable, composable modules for building a Wayland compositor.

This is a WIP: status

Contributing

See CONTRIBUTING.md

Building

Install dependencies:

  • wayland
  • wayland-protocols
  • EGL
  • GLESv2
  • DRM
  • GBM
  • libinput
  • udev
  • pixman
  • systemd (optional, for logind support)
  • elogind (optional, for logind support on systems without systemd)
  • libcap (optional, for capability support)
  • asciidoc (optional, for man pages)

Run these commands:

meson build
ninja -C build

(On FreeBSD, you need to pass an extra flag to prevent a linking error: meson build -D b_lundef=false)