X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;fp=meson.build;h=95d87c26fd6a7b993d2b3de85e7bc4aedfaf0caa;hb=5cf83e13ee170aeb5966a71058a091d9ddd8ad1a;hp=27fb2d03765a28e9b03789e3ff2e2cb27fd114b0;hpb=0bef8700f21b9e7898f1785ee654d4669d0117b4;p=src%2Fagl-compositor.git 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, ]