Damage tracking for transformed outputs

This commit is contained in:
emersion 2018-01-26 22:11:09 +01:00
parent a98ece68d3
commit ece2c1e4e2
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
12 changed files with 185 additions and 154 deletions

View file

@ -6,5 +6,5 @@ lib_wlr_util = static_library(
'region.c',
),
include_directories: wlr_inc,
dependencies: [pixman],
dependencies: [wayland_server, pixman],
)