mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
First attempt to implement screenshooter
This commit is contained in:
parent
1c8b72e0cd
commit
35f9700251
8 changed files with 360 additions and 1 deletions
|
|
@ -22,3 +22,9 @@ executable(
|
|||
dependencies: wlroots,
|
||||
link_with: lib_shared,
|
||||
)
|
||||
|
||||
executable(
|
||||
'screenshot',
|
||||
'screenshot.c',
|
||||
dependencies: [wayland_client, wlr_protos, dependency('cairo')],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue