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.
 
 
 
Tony Crisci 675a71dce7
compositor.c: determine xdg position by window geom
7 years ago
backend Fix minor typos 7 years ago
examples compositor.c: determine xdg position by window geom 7 years ago
include use double for cursor coordinates 7 years ago
protocol Add gamma_control skeleton 7 years ago
render Fix minor typos 7 years ago
types use double for cursor coordinates 7 years ago
util Refactor meson build files 7 years ago
xcursor Refactor meson build files 7 years ago
xwayland Refactor meson build files 7 years ago
.build.yml Specify gcc explicitly in .build.yml 7 years ago
.gitignore add configuration file 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 Fix IRC channel link 7 years ago
dummy.c Fix build on systems without systemd 7 years ago
meson.build Refactor meson build files 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-devel 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