diff options
author | emersion <contact@emersion.fr> | 2017-09-08 18:09:09 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-07 16:22:02 +0200 |
commit | 35f970025133dc5ad627936a3cdeacb37b532072 (patch) | |
tree | cb413db2542cf87eb96c4c9b6923729cd956717a /protocol | |
parent | 1c8b72e0cd63c4965bc04e7390d3165a9e4c08ce (diff) |
First attempt to implement screenshooter
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index 28a7b668..79871fea 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -28,6 +28,8 @@ protocols = [ client_protocols = [ [wl_protocol_dir, 'unstable/xdg-shell/xdg-shell-unstable-v6.xml'], + 'gamma-control.xml', + 'screenshooter.xml', ] wl_protos_src = [] |