output: add wlr_output::damage, fixes #572

This commit is contained in:
emersion 2018-01-18 19:47:21 +01:00
parent baa17ec755
commit bde255933e
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 50 additions and 19 deletions

View file

@ -45,5 +45,16 @@ lib_wlr_backend = static_library(
'wlr_backend',
backend_files,
include_directories: wlr_inc,
dependencies: [wayland_server, egl, gbm, libinput, systemd, elogind, wlr_render, wlr_protos, drm],
dependencies: [
wayland_server,
egl,
gbm,
libinput,
systemd,
elogind,
wlr_render,
wlr_protos,
drm,
pixman,
],
)