wlroots: init at 2017-10-31

In preparation for Sway 1.0 which will use wlroots instead of wlc.
This commit is contained in:
Michael Weiss
2017-10-31 22:31:05 +01:00
parent 6798212571
commit 252da8a66e
4 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
--- a/backend/meson.build 2017-10-31 22:08:01.112927610 +0100
+++ b/backend/meson.build 2017-10-31 22:09:28.155264343 +0100
@@ -43,5 +43,5 @@
'wlr_backend',
backend_files,
include_directories: wlr_inc,
- dependencies: [wayland_server, egl, gbm, libinput, systemd, elogind, wlr_render, wlr_protos],
+ dependencies: [wayland_server, egl, gbm, libinput, systemd, elogind, wlr_render, wlr_protos, drm],
)