summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-07-16 00:59:25 +0200
committerSimon Ser <contact@emersion.fr>2020-07-16 01:04:17 +0200
commit8ee58a3ad06403fbc985a44ac3c7c29488e3f07a (patch)
treeed11361630d9e7453a084e3ace14dbde27a03258
parente79e89c94d20792c122ec5e173808307c7b579f2 (diff)
Bump wlroots dependency to 0.11.0
(cherry picked from commit 9f944ff05d8ba86c11f3d694120bf0c960e57905)
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 997110601..efb05ab64 100644
--- a/meson.build
+++ b/meson.build
@@ -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'],