From 099e06f532eff7c56bf00eb58420f14c95a8e554 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 4 Apr 2024 19:04:52 +0900 Subject: Update agl-shell protocol version Needed to build against latest agl-compositor. Bug-AGL: SPEC-5110 Change-Id: Ie23af06682ad7baa7e0fe10d6db81c9fd80ebf33 Signed-off-by: Scott Murray --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5fb7bb8..4964952 100644 --- a/meson.build +++ b/meson.build @@ -37,7 +37,7 @@ dep_scanner = dependency('wayland-scanner', native: true) prog_scanner = find_program(dep_scanner.get_variable('wayland_scanner')) dep_wp = dependency('wayland-protocols', version: '>= 1.12') dir_wp_base = dep_wp.get_variable('pkgdatadir') -agl_compositor_dep = dependency('agl-compositor-0.0.22-protocols') +agl_compositor_dep = dependency('agl-compositor-0.0.24-protocols') dir_agl_compositor_base = agl_compositor_dep.get_variable('pkgdatadir') xdg_shell_xml = join_paths(dir_wp_base, 'stable', 'xdg-shell', 'xdg-shell.xml') -- cgit 1.2.3-korg