A modular Wayland compositor library
Find a file
Dominique Martinet 577d2f6fcd wayland backend: switch to xdg shell
Closes #72 and #96.
2017-08-17 10:24:27 +02:00
backend wayland backend: switch to xdg shell 2017-08-17 10:24:27 +02:00
examples Prevent alloc errors from crashing in list_t 2017-08-16 09:23:21 +02:00
include wayland backend: switch to xdg shell 2017-08-17 10:24:27 +02:00
protocol wayland backend: switch to xdg shell 2017-08-17 10:24:27 +02:00
render Merge pull request #88 from 4e554c4c/alloc_crashing 2017-08-15 12:21:58 -04:00
types Merge pull request #91 from martinetd/move_wl_shell 2017-08-15 17:39:18 -04:00
util Prevent alloc errors from crashing in list_t 2017-08-16 09:23:21 +02:00
xcursor Fix style issues 2017-08-14 17:09:56 +02:00
.build.yml
.gitignore
.travis.yml
CONTRIBUTING.md
dummy.c
LICENSE
meson.build Fix #64 2017-08-13 08:26:32 -04:00
README.md Update README.md 2017-08-13 08:29:04 -04:00

wlroots

Pluggable, composable modules for building a Wayland compositor.

This is a WIP: status

Contributing

Development is organized in our IRC channel, #sway on irc.freenode.net. Join us and ask how you can help!

Building

Install dependencies:

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

Run these commands:

meson build
ninja -C build