From 54d11a6aa9febabeb9e674530edca742885de588 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 14 Apr 2022 10:26:43 +0300 Subject: meson.build: Update compositor protocols version We've updated the protocols a while ago, but forgot to update this one as well. Bug-AGL: SPEC-4324 Signed-off-by: Marius Vlad Change-Id: I3b0401455b5644e4a55c8ca6e4a02c26db74a1a6 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f03bd47..7455aea 100644 --- a/meson.build +++ b/meson.build @@ -40,7 +40,7 @@ endforeach env_modmap = '' libwayland_dep = dependency('wayland-client') -agl_compositor_dep = dependency('agl-compositor-0.0.19-protocols') +agl_compositor_dep = dependency('agl-compositor-0.0.20-protocols') dep_scanner = dependency('wayland-scanner', native: true) prog_scanner = find_program(dep_scanner.get_pkgconfig_variable('wayland_scanner')) -- cgit 1.2.3-korg