Go to file
Versus Void e88f3887ca Move wlr-example.ini.example to rootston.ini.example and reference it from examples' config parser 2017-10-02 16:17:34 +00:00
backend Fix time and transform 2017-09-29 16:31:04 +13:00
dist/archlinux Add Archlinux PKGBUILD script 2017-09-24 14:52:09 +13:00
examples Move wlr-example.ini.example to rootston.ini.example and reference it from examples' config parser 2017-10-02 16:17:34 +00:00
include Add basic drawing tablet support to rootston 2017-10-01 11:21:55 -04:00
protocol Add gamma_control skeleton 2017-09-06 14:48:27 +02:00
render Change egl_get_config to always use visual id 2017-09-29 16:15:09 +13:00
rootston Move wlr-example.ini.example to rootston.ini.example and reference it from examples' config parser 2017-10-02 16:17:34 +00:00
types xdg-toplevel: fix memory leaks 2017-09-30 17:13:32 -04:00
util Refactor meson build files 2017-08-30 14:30:47 -04:00
xcursor Refactor meson build files 2017-08-30 14:30:47 -04:00
xwayland Add x, y, width, height arguments to wlr_xwayland_surface_configure 2017-09-30 16:33:04 +02:00
.build.yml Specify gcc explicitly in .build.yml 2017-08-09 22:59:02 -04:00
.editorconfig Add .editorconfig 2017-09-28 19:25:22 +02:00
.gitignore add configuration file 2017-08-26 08:32:11 -04:00
.travis.yml Update ci for pixman 2017-08-09 17:06:19 +02:00
CONTRIBUTING.md Change to irc.freenode.net 2017-09-30 15:18:40 +13:00
LICENSE Initial commit 2017-04-25 11:32:52 -04:00
README.md Updated CONTRIBUTING.md 2017-09-30 15:05:41 +13:00
dummy.c Fix build on systems without systemd 2017-08-13 08:21:57 -04:00
meson.build Open X11 Window 2017-09-29 16:12:13 +13:00
meson_options.txt Add elogind support 2017-09-22 12:02:55 -05:00

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