chase: version pkgconfig, headers, and library

https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4614
This commit is contained in:
Consolatis 2024-05-28 01:52:04 +02:00 committed by Johan Malm
parent d16c6dd63a
commit 924e31f089
2 changed files with 4 additions and 3 deletions

View file

@ -49,7 +49,7 @@ endif
add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
wlroots = dependency(
'wlroots',
'wlroots-0.18',
default_options: ['default_library=static', 'examples=false'],
version: ['>=0.18.0', '<0.19.0'],
)