summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-11-18 00:25:51 +0900
committerScott Murray <scott.murray@konsulko.com>2023-11-18 00:26:33 +0900
commit43c907756f8eb5c3ac0d4f24b962285968389b89 (patch)
treed97b423c2778d0f86fd817f90122e39ef950bd1e
parentc5a05b19009e2e72d26c7b68b97fe5ff72278779 (diff)
Bump agl-shell protocol version
Needed to build against latest agl-compositor. Bug-AGL: SPEC-4973 Change-Id: I951aca2c6383662d6ea1a783ef62892e23b87599 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 2dff067..5fb7bb8 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.21-protocols')
+agl_compositor_dep = dependency('agl-compositor-0.0.22-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')