mirror of
https://github.com/labwc/labwc.git
synced 2026-03-18 05:33:53 -04:00
build: use wlroots 0.15.0
This commit is contained in:
parent
6651d45ed4
commit
be300764b5
2 changed files with 2 additions and 2 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.16.0', '<0.17.0']
|
wlroots_version = ['=0.15.0']
|
||||||
wlroots_proj = subproject(
|
wlroots_proj = subproject(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
default_options: ['default_library=static', 'examples=false'],
|
default_options: ['default_library=static', 'examples=false'],
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://gitlab.freedesktop.org/wlroots/wlroots
|
url = https://gitlab.freedesktop.org/wlroots/wlroots
|
||||||
revision = master
|
revision = 0.15.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue