Go to file
Drew DeVault 6daf9e9ab2 Merge pull request #120 from acrisci/feature/wlr-cursor
wlr_cursor
2017-08-29 12:12:18 -05:00
backend Merge pull request #120 from acrisci/feature/wlr-cursor 2017-08-29 12:12:18 -05:00
examples handle empty config file 2017-08-29 12:43:33 -04:00
include Merge pull request #120 from acrisci/feature/wlr-cursor 2017-08-29 12:12:18 -05:00
protocol wayland backend: switch to xdg shell 2017-08-17 10:24:27 +02:00
render wlr renderer/texture: rename init to create when it does alloc 2017-08-19 08:33:31 +02:00
types bugfix: set cursor coords on warp_unchecked 2017-08-29 12:48:45 -04:00
util Prevent alloc errors from crashing in `list_t` 2017-08-16 09:23:21 +02:00
xcursor rename wlr_cursor.c to wlr_xcursor.c 2017-08-18 19:52:55 -04:00
xwayland xwayland: free xcb events 2017-08-27 22:30:56 +02:00
.build.yml Specify gcc explicitly in .build.yml 2017-08-09 22:59:02 -04: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 IRC channel in CONTRIBUTING.md 2017-08-17 08:26:43 -04:00
LICENSE Initial commit 2017-04-25 11:32:52 -04:00
README.md Update README.md 2017-08-13 08:29:04 -04:00
dummy.c Fix build on systems without systemd 2017-08-13 08:21:57 -04:00
meson.build xwm: fix minimal init, this gets us some events on window creations 2017-08-23 22:03:49 +02:00
meson_options.txt Change meson to be more configurable 2017-08-20 22:19:47 +12:00

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 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