A modular Wayland compositor library
Find a file
2017-11-05 16:29:43 +01:00
backend Fix pointer axis delta in Wayland backend 2017-11-05 13:00:27 +01:00
dist/archlinux
examples Move shared example code 2017-11-01 15:47:58 -04:00
include Basic maximization implementation for xdg-shell 2017-11-05 16:29:43 +01:00
protocol Add server-decoration skeleton 2017-10-24 21:56:18 +02:00
render Pass backend to render 2017-10-22 10:39:23 +13:00
rootston Basic maximization implementation for xdg-shell 2017-11-05 16:29:43 +01:00
types Add checks for wl_resource_create 2017-11-02 23:14:24 +01:00
util Rename remaining refs to wlr_list 2017-10-21 22:02:36 -04:00
xcursor
xwayland Fixes segfault when no xcb_render_pictforminfo_t is available 2017-11-02 17:21:00 +01:00
.build.yml Fix CI build 2017-11-02 00:19:51 +01:00
.editorconfig
.gitignore
.travis.yml Fix CI build 2017-11-02 00:19:51 +01:00
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)