diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-02-24 17:23:46 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-04-28 15:44:53 +0200 |
commit | d64b99a999fcc17322393782fe802122fd963ced (patch) | |
tree | a47f8fd5b453fc63c402e5446a630caab971e4b8 | |
parent | 36a4086443d878881fb73463e5820136c93a00d7 (diff) |
Weston 9.0 compatibility changesneedlefish_13.93.0needlefish/13.93.013.93.0
Bump libweston dependency in meson.build.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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) |