aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-12-31 11:18:58 -0500
committerFurkan Sahin <furkan-dev@proton.me>2019-12-31 11:18:58 -0500
commite309551d1337b779ddb324a150c3c9736478b2d7 (patch)
treede9426f39b2c090aab502b7f42850add03cfef37
parent65e010400a62042d2fc774c341298c46be580454 (diff)
Update wlroots version
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 230d6b1e..f63f0e11 100644
--- a/meson.build
+++ b/meson.build
@@ -58,7 +58,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.8.1', '<0.9.0']
+wlroots_version = ['>=0.9.0', '<0.10.0']
wlroots_proj = subproject(
'wlroots',
default_options: ['examples=false'],