From a02c5606aa6621c9d3e0cc968180e7993201e2da Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sat, 5 Feb 2022 17:07:34 -0500 Subject: Weston 10.0 compatibility changes Changes: - Bump libweston dependencies in meson.build. - Handle addition of another argument to the wet_main and weston_compositor_create functions. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 17913d0..5f6c29d 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ project('agl-compositor', ) config_h = configuration_data() -libweston_version = 'libweston-9' +libweston_version = 'libweston-10' pkgconfig = import('pkgconfig') fs = import('fs') @@ -157,7 +157,7 @@ libweston_dep = dependency(libweston_version) deps_libweston = [ dependency('wayland-server'), libweston_dep, - dependency('libweston-desktop-9'), + dependency('libweston-desktop-10'), local_dep, ] -- cgit 1.2.3-korg