Remove cairo dependency, write raw pixels

This commit is contained in:
emersion 2017-10-07 19:01:11 +02:00
parent b27b6cd69c
commit a87f016017
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 37 additions and 14 deletions

View file

@ -26,5 +26,5 @@ executable(
executable(
'screenshot',
'screenshot.c',
dependencies: [wayland_client, wlr_protos, dependency('cairo')],
dependencies: [wayland_client, wlr_protos],
)