Add screenshooter skeleton

This commit is contained in:
emersion 2017-09-07 17:31:30 +02:00
parent 321c26c2a3
commit 1c8b72e0cd
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 315 additions and 2 deletions

View file

@ -20,6 +20,7 @@ lib_wlr_types = static_library(
'wlr_compositor.c',
'wlr_box.c',
'wlr_gamma_control.c',
'wlr_screenshooter.c',
),
include_directories: wlr_inc,
dependencies: [wayland_server, pixman, wlr_protos],