diff options
author | Simon Ser <contact@emersion.fr> | 2021-04-08 08:54:38 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-08 08:55:20 +0200 |
commit | 7a68a28475bfefd65d618b053b566e0877abcc75 (patch) | |
tree | df6cc7039b8fc4ad815dd812dbf793885bfd45bb /meson.build | |
parent | 8cd014cab756e06f8553169900a9c54ca38e005b (diff) |
build: update wlroots dependency version to 0.14.x
The latest commit of Sway always requires the latest commit of
wlroots.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index e179552b..d2c8d3ad 100644 --- a/meson.build +++ b/meson.build @@ -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'], |