summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-02-11 20:48:05 +0200
committerMarius Vlad <marius.vlad@collabora.com>2020-03-04 12:13:17 +0200
commita17bac48464b5f2b6359856a75caae882d9a48f6 (patch)
tree135818c3b6b1d89519363cfd435c8dbeb5b57b91 /meson.build
parent357c5a034a89dc227d671e63e8c10c4c62f9201e (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.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index e3a6631..d79ea33 100644
--- a/meson.build
+++ b/meson.build
@@ -108,8 +108,8 @@ dir_data_pc = join_paths(dir_data, 'pkgconfig')
deps_libweston = [
dependency('wayland-server'),
- dependency('libweston-6'),
- dependency('libweston-desktop-6'),
+ dependency('libweston-7'),
+ dependency('libweston-desktop-7'),
local_dep,
]