summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-04-03 13:49:11 -0400
committerScott Murray <scott.murray@konsulko.com>2023-04-03 13:50:03 -0400
commitc5a05b19009e2e72d26c7b68b97fe5ff72278779 (patch)
treeffd70626a45b0a63a4db363c1dcfe41450cef71e
parent03249cee92017337b1f2515b98a8f3b37459a256 (diff)
Bump agl-shell protocol version
Needed to build against latest agl-compositor. Bug-AGL: SPEC-4735 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I3a7497b8d8b03079d37bbeca13ff7065765244d4
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 033bf95..2dff067 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.20-protocols')
+agl_compositor_dep = dependency('agl-compositor-0.0.21-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')