From d64b99a999fcc17322393782fe802122fd963ced Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 24 Feb 2021 17:23:46 -0500 Subject: Weston 9.0 compatibility changes Bump libweston dependency in meson.build. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 851a1bd..085036d 100644 --- a/meson.build +++ b/meson.build @@ -39,7 +39,7 @@ endforeach env_modmap = '' -libweston_major_version = '8' +libweston_major_version = '9' libweston_version = 'libweston-@0@'.format(libweston_major_version) libweston_dep = dependency(libweston_version) -- cgit 1.2.3-korg