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.
 
 
 
Dominique Martinet ba20d5b3ca
Refactor out wlr_touch_state
7 years ago
backend Refactor out wlr_touch_state 7 years ago
examples wlr_backend_init -> wlr_backend_start 7 years ago
include Refactor out wlr_touch_state 7 years ago
protocol Fix #64 7 years ago
render Fix software cursors 7 years ago
types Refactor out wlr_touch_state 7 years ago
util Fix #64 7 years ago
xcursor Fix #64 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 README.md, add CONTRIBUTING.md 8 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 Fix #64 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