A modular Wayland compositor library
Find a file
Drew DeVault 71ee40e8f1 Merge pull request #332 from emersion/gamma-control-fix-destroy
Remove gamma_control->link from list in destroy
2017-10-24 15:48:19 -04:00
backend Send output current mode when changed 2017-10-23 21:03:00 +02:00
dist/archlinux
examples Fixes #321, not using result of wl_container_of 2017-10-22 19:29:24 -07:00
include Merge branch 'master' into feature/data-device-selection 2017-10-24 07:57:36 -04:00
protocol
render Pass backend to render 2017-10-22 10:39:23 +13:00
rootston Merge branch 'master' into feature/data-device-selection 2017-10-24 07:57:36 -04:00
types Remove gamma_control->link from list in destroy 2017-10-24 21:44:30 +02:00
util Rename remaining refs to wlr_list 2017-10-21 22:02:36 -04:00
xcursor
xwayland Merge branch 'master' into feature/data-device-selection 2017-10-24 07:57:36 -04:00
.build.yml
.editorconfig Add XML rules to .editorconfig 2017-10-15 22:21:05 +02:00
.gitignore
.travis.yml
CONTRIBUTING.md
dummy.c
glgen.sh
LICENSE
meson.build Merge branch 'master' into feature/data-device-selection 2017-10-24 07:57:36 -04: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)