aboutsummaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-03-31 15:19:08 +0200
committerDrew DeVault <sir@cmpwn.com>2020-06-17 09:10:54 -0600
commit9e68ed21599661f75f3b73e3e698ab8828341a18 (patch)
tree5eff21ce06b486a47594e18c0ec43af381a67ff0 /protocol
parentc618a765403c4edaa6a46c32f72fab16cec48197 (diff)
viewporter: new protocol implementation
Closes: https://github.com/swaywm/wlroots/issues/633
Diffstat (limited to 'protocol')
-rw-r--r--protocol/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index 1b90b4f0..2369b70e 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -14,6 +14,7 @@ protocols = {
# Stable upstream protocols
'xdg-shell': wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml',
'presentation-time': wl_protocol_dir / 'stable/presentation-time/presentation-time.xml',
+ 'viewporter': wl_protocol_dir / 'stable/viewporter/viewporter.xml',
# Unstable upstream protocols
'fullscreen-shell-unstable-v1': wl_protocol_dir / 'unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml',
'idle-inhibit-unstable-v1': wl_protocol_dir / 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml',