aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2022-04-14 10:26:43 +0300
committerMarius Vlad <marius.vlad@collabora.com>2022-04-14 10:47:07 +0300
commit81f41152446b315b71b13a25fc6d4bb0c2d138e1 (patch)
tree7604f3029f78dbfb188fc1b64b8f85ab265d77bd
parent5bdedb16112fa0faaf16f64ef440f451e9f787e4 (diff)
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 <marius.vlad@collabora.com> Change-Id: I3b0401455b5644e4a55c8ca6e4a02c26db74a1a6
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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'))