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.
 
 
 
Drew DeVault d0d6413772
Merge pull request #220 from versusvoid/optional-xwayland
7 years ago
backend Merge pull request #236 from ascent12/gl-loader 7 years ago
dist/archlinux Update README et al with new links 7 years ago
examples Remove examples/compositor.c, re-added by mistake 7 years ago
include Merge pull request #220 from versusvoid/optional-xwayland 7 years ago
protocol First attempt to implement screenshooter 7 years ago
render Merge pull request #140 from emersion/screenshooter 7 years ago
rootston Merge pull request #220 from versusvoid/optional-xwayland 7 years ago
types bug: handle commit empty buffer 7 years ago
util Refactor meson build files 7 years ago
xcursor Refactor meson build files 7 years ago
xwayland Merge pull request #223 from versusvoid/xwayland-activate 7 years ago
.build.yml Specify gcc explicitly in .build.yml 7 years ago
.editorconfig Add .editorconfig 7 years ago
.gitignore add configuration file 7 years ago
.travis.yml Update ci for pixman 7 years ago
CONTRIBUTING.md Update README et al with new links 7 years ago
LICENSE Initial commit 8 years ago
README.md Update README et al with new links 7 years ago
dummy.c Fix build on systems without systemd 7 years ago
glgen.sh Fix glgen to be more POSIX corformant 7 years ago
meson.build Merge pull request #220 from versusvoid/optional-xwayland 7 years ago
meson_options.txt Make xwayland compile-time optional 7 years ago

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