meson.build: Bump libweston to 15

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

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad 2025-02-28 18:16:20 +02:00 committed by Marius Vlad
parent 1a2c25116b
commit 46f25304c1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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
)