diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-04-14 10:26:43 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-04-26 16:15:52 +0200 |
commit | 54d11a6aa9febabeb9e674530edca742885de588 (patch) | |
tree | cbd96ff01d304b7182f74132490291434576a8cb | |
parent | d96525a1334d7236013091f3a33f642f1868d3c5 (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.build | 2 |
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')) |