From 9e68ed21599661f75f3b73e3e698ab8828341a18 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 31 Mar 2020 15:19:08 +0200 Subject: viewporter: new protocol implementation Closes: https://github.com/swaywm/wlroots/issues/633 --- protocol/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'protocol') 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', -- cgit v1.2.3