aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-02-24 17:23:46 -0500
committerScott Murray <scott.murray@konsulko.com>2021-02-24 17:23:46 -0500
commit41ba451c7bc5cce95a5ac9181150b08b4c60e711 (patch)
tree3010a304989f1c79e1678f120527b6c21e8b17d3
parentc9d23a045e6cb46c023c15f8189ef3ee8b1ddf20 (diff)
Weston 9.0 compatibility changesnext
Bump libweston dependency in meson.build. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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)