diff options
author | emersion <contact@emersion.fr> | 2018-01-18 19:47:21 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-01-18 19:47:21 +0100 |
commit | bde255933eb4cd2bab2d310725ab5de39467b900 (patch) | |
tree | 31bed920da923b9a701eb0e2fb8a66d19f7ecb92 /backend/meson.build | |
parent | baa17ec7553311af9dbeafec91ad47e62738acde (diff) |
output: add wlr_output::damage, fixes #572
Diffstat (limited to 'backend/meson.build')
-rw-r--r-- | backend/meson.build | 13 |
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, + ], ) |