From 41ba451c7bc5cce95a5ac9181150b08b4c60e711 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 43c8cf4..3311390 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