summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-04-04 19:04:52 +0900
committerMarius Vlad <marius.vlad@collabora.com>2024-04-04 13:14:02 +0000
commit099e06f532eff7c56bf00eb58420f14c95a8e554 (patch)
treea0321b9cdbe38078c0b64c91ec1f810f021b0ded
parent2c4b60f21360ecf57af441fcc0471d0a54aff8c3 (diff)
Update agl-shell protocol versionHEADmaster
Needed to build against latest agl-compositor. Bug-AGL: SPEC-5110 Change-Id: Ie23af06682ad7baa7e0fe10d6db81c9fd80ebf33 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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')