diff options
author | emersion <contact@emersion.fr> | 2018-07-23 22:48:00 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-08-02 23:33:59 +0100 |
commit | 1d97202ec2b9ca3c4b77e0cc5ab2a574c3938447 (patch) | |
tree | 09afcac663de47fa04b422658ad15f78b87867ab /protocol | |
parent | 364afced3e944db97b1f4534f161541478319d69 (diff) |
examples: add gamma-control
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index 23da1afc..73a3156a 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -56,6 +56,7 @@ client_protocols = [ 'idle.xml', 'screenshooter.xml', 'wlr-export-dmabuf-unstable-v1.xml', + 'wlr-gamma-control-unstable-v1.xml', 'wlr-input-inhibitor-unstable-v1.xml', 'wlr-layer-shell-unstable-v1.xml', 'wlr-screencopy-unstable-v1.xml', |