wlroots-hyprland/backend
Michael Weiss e457967e3f Add libdrm as a dependency of wlr_backend
Without this patch I'm getting the following build error when building
with Nix:

FAILED: backend/wlr_backend@sta/session_direct-ipc.c.o
In file included from ../backend/session/direct-ipc.c:20:0:
/nix/store/9ac27wk5vh47p28gladbdfafpidrx9rh-libdrm-2.4.88-dev/include/xf86drm.h:40:17: fatal error: drm.h: No such file or directory
 #include <drm.h>
                 ^
compilation terminated.
2017-12-23 22:49:41 +01:00
..
drm remove session from multibackend 2017-12-19 18:25:46 -05:00
headless headless backend: add wlr_output_is_headless 2017-12-19 20:17:47 +01:00
libinput libinput backend: add wlr_input_device_is_libinput 2017-12-19 20:13:49 +01:00
multi handle display destroy 2017-12-21 08:17:35 -05:00
session Listen to display destroy in session 2017-12-08 11:17:56 +01:00
wayland wl backend: add wlr_input_device_is_wl 2017-12-19 20:20:32 +01:00
x11 x11 backend: add wlr_input_device_is_x11 2017-12-19 20:40:36 +01:00
backend.c only add first backend to multi autocreate 2017-12-21 18:38:58 -05:00
meson.build Add libdrm as a dependency of wlr_backend 2017-12-23 22:49:41 +01:00