diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-02-15 18:36:30 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2023-02-15 18:43:10 +0200 |
commit | 7ff53ae1b58a16e7fb7603195e71c510dbec4ae8 (patch) | |
tree | 63201746c787d85dc880de07482f270b834bb129 | |
parent | bb4c83e294f109497f504c0dd8e23143c07883d6 (diff) |
meson.build: Bump to the latest agl-compositor version
We've previously bumped the compositor to a newer version so we need to
do the same for the shell client as well.
Bug-AGL: SPEC-4705
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ie40e3acb21b9ee854e6cb79cc135e6ba8487c5ab
-rw-r--r-- | homescreen/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/meson.build b/homescreen/meson.build index fc93d06..3ee5e48 100644 --- a/homescreen/meson.build +++ b/homescreen/meson.build @@ -21,7 +21,7 @@ endif dep_scanner = dependency('wayland-scanner') prog_scanner = find_program(dep_scanner.get_pkgconfig_variable('wayland_scanner')) -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_pkgconfig_variable('pkgdatadir') homescreen_dep = [ |