mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
build: bump wlroots version to 0.8.1
This commit is contained in:
parent
352a3e1f79
commit
b4d785cf39
@ -57,7 +57,7 @@ rt = cc.find_library('rt')
|
|||||||
git = find_program('git', native: true, required: false)
|
git = find_program('git', native: true, required: false)
|
||||||
|
|
||||||
# Try first to find wlroots as a subproject, then as a system dependency
|
# Try first to find wlroots as a subproject, then as a system dependency
|
||||||
wlroots_version = ['>=0.7.0', '<0.8.0']
|
wlroots_version = ['>=0.8.1', '<0.9.0']
|
||||||
wlroots_proj = subproject(
|
wlroots_proj = subproject(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
default_options: ['examples=false'],
|
default_options: ['examples=false'],
|
||||||
|
Loading…
Reference in New Issue
Block a user