diff options
| author | Simon Ser <contact@emersion.fr> | 2021-04-08 08:54:38 +0200 |
|---|---|---|
| committer | Kenny Levinsen <kl@kl.wtf> | 2021-06-24 18:10:01 +0200 |
| commit | 4246cfaea8bcc8ad10aec8b8640ff108c144b576 (patch) | |
| tree | 5e12ba2491772410a0d06b999a3e5113a06cd68a | |
| parent | be4b92c6b12f4d3c2b9a2db72a0894b7059dff77 (diff) | |
build: update wlroots dependency version to 0.14.x
The latest commit of Sway always requires the latest commit of
wlroots.
(cherry picked from commit 7a68a28475bfefd65d618b053b566e0877abcc75)
| -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'], |
