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 17:50:38 +0000
commit7d24b91b29efdffeb19036bee9f58d777f2a49d0 (patch)
treec8809f543183e3207d4881f209ab0c3cc4e82dc4
parentd63649fcbf9ef1688f7531fe1ab5c1de66614c6a (diff)
Bump agl-shell protocol versionoctopus
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')