diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-02-11 20:48:05 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-17 14:43:35 +0000 |
commit | 1dc043f95e9e1d3c83901fdc93186b7327e86e89 (patch) | |
tree | 5701097de35278f35961e1b26294233ced6a6907 /meson.build | |
parent | 405a475fa64594e3f11e8d0db39be164bdf3cd86 (diff) |
meson.build: Upgrade build and headers to libweston7
Bug-AGL: SPEC-3180
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ifa74b658307ee40d789f90882d210ea2d65c2898
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 294d82f..6e00879 100644 --- a/meson.build +++ b/meson.build @@ -102,8 +102,8 @@ endif deps_libweston = [ dependency('wayland-server'), - dependency('libweston-6'), - dependency('libweston-desktop-6'), + dependency('libweston-7'), + dependency('libweston-desktop-7'), local_dep, ] |