aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-04-08 08:54:38 +0200
committerFurkan Sahin <furkan-dev@proton.me>2021-04-08 08:54:38 +0200
commit0a9de5803c380c1e90b87d3294e799aef8761c58 (patch)
tree5e12ba2491772410a0d06b999a3e5113a06cd68a
parent4727498db106c806dcdcce6fe9942e36493c201c (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.build2
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'],