A private fork of wlroots
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Scott Anderson d16b2977f6
Remove single GPU assumptions from wlr_session
7 years ago
backend Remove single GPU assumptions from wlr_session 7 years ago
examples example compositor: loop through xwayland surfaces 7 years ago
include Remove single GPU assumptions from wlr_session 7 years ago
protocol wayland backend: switch to xdg shell 7 years ago
render wlr renderer/texture: rename init to create when it does alloc 7 years ago
types xwayland: fix style issues 7 years ago
util Prevent alloc errors from crashing in `list_t` 7 years ago
xcursor rename wlr_cursor.c to wlr_xcursor.c 7 years ago
xwayland xwayland: relinquish wl_fd[0] after creating client 7 years ago
.build.yml Specify gcc explicitly in .build.yml 7 years ago
.gitignore Revert "Merge pull request #27 from ascent12/meson" 7 years ago
.travis.yml Update ci for pixman 7 years ago
CONTRIBUTING.md Update IRC channel in CONTRIBUTING.md 7 years ago
LICENSE Initial commit 8 years ago
README.md Update README.md 7 years ago
dummy.c Fix build on systems without systemd 7 years ago
meson.build xwm: fix minimal init, this gets us some events on window creations 7 years ago
meson_options.txt Change meson to be more configurable 7 years ago

README.md

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