mirror of
https://github.com/labwc/labwc.git
synced 2026-02-28 01:40:29 -05:00
build: bump wlroots dependency version number
This commit is contained in:
parent
7d68eeb5eb
commit
64cc0b91e8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,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.15.0', '<0.16.0']
|
wlroots_version = ['>=0.16.0', '<0.17.0']
|
||||||
wlroots_proj = subproject(
|
wlroots_proj = subproject(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
default_options: ['default_library=static', 'examples=false'],
|
default_options: ['default_library=static', 'examples=false'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue