Replaced screenshooter with screencopy

This commit is contained in:
Keith Bowes 2019-06-19 17:51:45 -04:00
parent 91f3e542c4
commit 50498e1097
5 changed files with 184 additions and 21 deletions

View file

@ -28,7 +28,7 @@ protocols = [
'gamma-control.xml',
'gtk-primary-selection.xml',
'idle.xml',
'screenshooter.xml',
'wlr-screencopy-unstable-v1.xml',
'server-decoration.xml',
'wlr-layer-shell-unstable-v1.xml',
]
@ -38,7 +38,7 @@ client_protocols = [
[wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
[wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'],
'idle.xml',
'screenshooter.xml',
'wlr-screencopy-unstable-v1.xml',
'wlr-layer-shell-unstable-v1.xml',
]
@ -62,4 +62,4 @@ lib_wl_protos = static_library('wl_protos', wl_protos_src + wl_protos_headers,
wlr_protos = declare_dependency(
link_with: lib_wl_protos,
sources: wl_protos_headers,
)
)