diff options
author | 2021-04-21 15:48:42 +0300 | |
---|---|---|
committer | 2021-04-21 17:13:23 +0300 | |
commit | 5cf83e13ee170aeb5966a71058a091d9ddd8ad1a (patch) | |
tree | a05a7bdc0c53146d1a92f8d94e390d44c9d98572 /meson.build | |
parent | 0bef8700f21b9e7898f1785ee654d4669d0117b4 (diff) |
compositor,main: Update to libweston9sandbox/mvlad/libweston9
This updates transform definitions, passing testsuite_data
and logger/log context init/destroy bit.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I7fe427fa234d38ca3ac8e1cf3ca208f1cd025e7a
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 27fb2d0..95d87c2 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ project('agl-compositor', config_h = configuration_data() agl_compositor_version = '0.0.19' -libweston_version = 'libweston-8' +libweston_version = 'libweston-9' pkgconfig = import('pkgconfig') cc = meson.get_compiler('c') @@ -154,7 +154,7 @@ libweston_dep = dependency(libweston_version) deps_libweston = [ dependency('wayland-server'), libweston_dep, - dependency('libweston-desktop-8'), + dependency('libweston-desktop-9'), local_dep, ] |