Skip to content

Commit

Permalink
Bump wlroots dependency to 0.11.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f944ff)
  • Loading branch information
emersion committed Jul 15, 2020
1 parent e79e89c commit 8ee58a3
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 @@ -60,7 +60,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.10.0', '<0.11.0']
wlroots_version = ['>=0.11.0', '<0.12.0']
wlroots_proj = subproject(
'wlroots',
default_options: ['examples=false'],
Expand Down

0 comments on commit 8ee58a3

Please sign in to comment.