Skip to content

Commit

Permalink
build: update wlroots dependency version to 0.14.x
Browse files Browse the repository at this point in the history
The latest commit of Sway always requires the latest commit of
wlroots.
  • Loading branch information
emersion committed Apr 8, 2021
1 parent 8cd014c commit 7a68a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ math = cc.find_library('m')
rt = cc.find_library('rt')

# Try first to find wlroots as a subproject, then as a system dependency
wlroots_version = ['>=0.13.0', '<0.14.0']
wlroots_version = ['>=0.14.0', '<0.15.0']
wlroots_proj = subproject(
'wlroots',
default_options: ['examples=false'],
Expand Down

0 comments on commit 7a68a28

Please sign in to comment.