Go to file
Drew DeVault 8a18cf456a Remove endian.h
Fuck big endian systems anyway
2017-06-23 14:46:18 -04:00
CMake Actually make a2x optional 2017-06-20 18:52:13 -04:00
backend Switch to GLES2 2017-06-23 11:38:45 -04:00
example Support wl_shm pixel formats in gles2 renderer 2017-06-23 14:25:55 -04:00
include Remove endian.h 2017-06-23 14:46:18 -04:00
render Support wl_shm pixel formats in gles2 renderer 2017-06-23 14:25:55 -04:00
session Reorganize wlr-common 2017-06-21 12:10:07 -04:00
types Add wl_output globals for wlr_outputs 2017-06-22 14:27:35 -04:00
util Utilize wlr_log in example logging 2017-06-21 14:15:06 -04:00
wlcore Add wlcore/wl_shm (WIP) 2017-06-23 13:41:07 -04:00
.gitignore Rework wayland backend output implementation 2017-06-19 22:36:40 +02:00
CMakeLists.txt Add wlcore/wl_shm (WIP) 2017-06-23 13:41:07 -04:00
CONTRIBUTING.md Update README.md, add CONTRIBUTING.md 2017-06-06 10:54:53 -04:00
LICENSE Initial commit 2017-04-25 11:32:52 -04:00
README.md Update README.md, add CONTRIBUTING.md 2017-06-06 10:54:53 -04:00

README.md

wlroots

Pluggable, composable modules for building a Wayland compositor.

WIP - Status

Building

Install dependencies:

  • cmake
  • wayland
  • wayland-protocols
  • EGL
  • GLESv2
  • DRM
  • GBM
  • libinput
  • udev
  • systemd (optional, for logind support)
  • asciidoc (optional, for man pages)

Run these commands:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo make install