mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
meson: bump wlroots dependency version number
This commit is contained in:
parent
d38d1a9bd0
commit
a1ae16c1cf
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ if git.found()
|
||||||
endif
|
endif
|
||||||
add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
|
add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
|
||||||
|
|
||||||
wlroots_version = ['>=0.14.0', '<0.15.0']
|
wlroots_version = ['>=0.14.0', '<=0.15.0']
|
||||||
wlroots_proj = subproject(
|
wlroots_proj = subproject(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
default_options: ['examples=false'],
|
default_options: ['examples=false'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue