Skip to content
Snippets Groups Projects
Commit 46f25304 authored by Marius Vlad's avatar Marius Vlad Committed by Marius Vlad
Browse files

meson.build: Bump libweston to 15


As we had changes like 9ae0a7ec and adeb634c which require a libweston major bump
uprev.

Signed-off-by: default avatarMarius Vlad <marius.vlad@collabora.com>
parent 1a2c2511
Loading
Pipeline #1379778 passed
......@@ -10,7 +10,7 @@ project('weston',
license: 'MIT/Expat',
)
libweston_major = 14
libweston_major = 15
# libweston_revision is manufactured to follow the autotools build's
# library file naming, thanks to libtool
......
......@@ -34,7 +34,7 @@ exe_westinyplus = executable(
sources: [ 'src/main.cpp' ],
dependencies: [ dependency('wayland-server'),
dependency('weston'),
dependency('libweston-14') ],
dependency('libweston-15') ],
include_directories : include_directories('.'),
install: false
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment