aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-01-18 19:47:21 +0100
committeremersion <contact@emersion.fr>2018-01-18 19:47:21 +0100
commitbde255933eb4cd2bab2d310725ab5de39467b900 (patch)
tree31bed920da923b9a701eb0e2fb8a66d19f7ecb92 /backend
parentbaa17ec7553311af9dbeafec91ad47e62738acde (diff)
output: add wlr_output::damage, fixes #572
Diffstat (limited to 'backend')
-rw-r--r--backend/meson.build13
1 files changed, 12 insertions, 1 deletions
diff --git a/backend/meson.build b/backend/meson.build
index b8084448..9931f546 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -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,
+ ],
)