From 8ff435831f5c79e24ac42b35b141e1f79eb66bc8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 4 Feb 2021 20:48:05 +0100 Subject: xdg-activation-v1: new protocol implementation This implements the new xdg-activation-v1 protocol [1]. [1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/50 --- protocol/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocol/meson.build') diff --git a/protocol/meson.build b/protocol/meson.build index 87d944a1..6387312c 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -1,4 +1,4 @@ -wayland_protos = dependency('wayland-protocols', version: '>=1.17') +wayland_protos = dependency('wayland-protocols', version: '>=1.21') wl_protocol_dir = wayland_protos.get_variable(pkgconfig: 'pkgdatadir') wayland_scanner_dep = dependency('wayland-scanner', native: true) @@ -23,6 +23,7 @@ protocols = { 'relative-pointer-unstable-v1': wl_protocol_dir / 'unstable/relative-pointer/relative-pointer-unstable-v1.xml', 'tablet-unstable-v2': wl_protocol_dir / 'unstable/tablet/tablet-unstable-v2.xml', 'text-input-unstable-v3': wl_protocol_dir / 'unstable/text-input/text-input-unstable-v3.xml', + 'xdg-activation-v1': wl_protocol_dir / 'staging/xdg-activation/xdg-activation-v1.xml', 'xdg-decoration-unstable-v1': wl_protocol_dir / 'unstable/xdg-decoration/xdg-decoration-unstable-v1.xml', 'xdg-foreign-unstable-v1': wl_protocol_dir / 'unstable/xdg-foreign/xdg-foreign-unstable-v1.xml', 'xdg-foreign-unstable-v2': wl_protocol_dir / 'unstable/xdg-foreign/xdg-foreign-unstable-v2.xml', -- cgit v1.2.3