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 5c82d2f5c3
libinput backend: massive renaming
7 years ago
backend libinput backend: massive renaming 7 years ago
examples Use libinput_event_destroy/xkb_*_unref 7 years ago
include libinput backend: massive renaming 7 years ago
protocol Refactor meson and move xdg-shell into wlroots 7 years ago
render Fix external shader 7 years ago
types Complete a few destroy functions 7 years ago
util Refactor meson and move xdg-shell into wlroots 7 years ago
xcursor Refactor meson and move xdg-shell into wlroots 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 Implement wlr_region using pixman 7 years ago
meson.build Refactor meson and move xdg-shell into wlroots 7 years ago

README.md

wlroots

Pluggable, composable modules for building a Wayland compositor.

WIP - Status

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