diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-04-04 19:04:52 +0900 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2024-04-04 13:14:02 +0000 |
commit | 099e06f532eff7c56bf00eb58420f14c95a8e554 (patch) | |
tree | a0321b9cdbe38078c0b64c91ec1f810f021b0ded | |
parent | 2c4b60f21360ecf57af441fcc0471d0a54aff8c3 (diff) |
Update agl-shell protocol versionHEADsalmon_18.90.0salmon/18.90.0ricefish_18.0.2ricefish_18.0.1ricefish_18.0.0ricefish/18.0.2ricefish/18.0.1ricefish/18.0.018.90.018.0.218.0.118.0.0master
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.build | 2 |
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') |