Go to file
Drew DeVault c39bfe7f84 Merge pull request #206 from emersion/client-cursor
Client provided cursors
2017-10-09 17:56:05 -04:00
backend Add wlr_output_set_cursor_surface 2017-10-08 21:21:06 +02:00
dist/archlinux Update README et al with new links 2017-10-02 22:27:39 -04:00
examples Remove examples/compositor.c, re-added by mistake 2017-10-07 19:37:49 +02:00
include Merge pull request #206 from emersion/client-cursor 2017-10-09 17:56:05 -04:00
protocol First attempt to implement screenshooter 2017-10-07 16:22:02 +02:00
render Merge pull request #140 from emersion/screenshooter 2017-10-08 10:06:41 -04:00
rootston Merge pull request #206 from emersion/client-cursor 2017-10-09 17:56:05 -04:00
types Merge pull request #206 from emersion/client-cursor 2017-10-09 17:56:05 -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 Merge pull request #223 from versusvoid/xwayland-activate 2017-10-06 09:34:48 -04: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 Update README et al with new links 2017-10-02 22:27:39 -04:00
LICENSE Initial commit 2017-04-25 11:32:52 -04:00
README.md Update README et al with new links 2017-10-02 22:27:39 -04:00
dummy.c Fix build on systems without systemd 2017-08-13 08:21:57 -04:00
glgen.sh Fix glgen to be more POSIX corformant 2017-10-09 12:28:20 +13:00
meson.build Merge pull request #220 from versusvoid/optional-xwayland 2017-10-09 08:09:03 -04:00
meson_options.txt Make xwayland compile-time optional 2017-10-06 21:50:25 +00: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