summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2024-12-18 17:32:53 +0200
committerMarius Vlad <marius.vlad@collabora.com>2024-12-19 10:35:13 +0200
commit608278569c997e449ada555bd22b5c619000a153 (patch)
tree926609f3c40e33121e5511b3a94677bd6b0a84c4
parent896f27c979571452f15447bb9752fc46a99f5177 (diff)
meson: Bump to libweston-14
Bug-AGL: SPEC-5312 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I8a63b36a6d7eab145a87546dcff0313900fba210
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 215b5ac..de5403b 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ project('agl-compositor',
)
config_h = configuration_data()
-libweston_version = 'libweston-13'
+libweston_version = 'libweston-14'
pkgconfig = import('pkgconfig')
fs = import('fs')
@@ -65,7 +65,7 @@ endforeach
agl_shell_xml = files('protocol/agl-shell.xml')
xdg_shell_xml = join_paths(dir_wp_base, 'stable', 'xdg-shell', 'xdg-shell.xml')
-dep_libweston_protocols = dependency('libweston-13-protocols', version: '>= 13')
+dep_libweston_protocols = dependency('libweston-14-protocols', version: '>= 14')
dir_protocol_libweston = dep_libweston_protocols.get_pkgconfig_variable('pkgdatadir')
protocols = [