From 9f944ff05d8ba86c11f3d694120bf0c960e57905 Mon Sep 17 00:00:00 2001
From: Simon Ser <contact@emersion.fr>
Date: Thu, 16 Jul 2020 00:59:25 +0200
Subject: [PATCH] Bump wlroots dependency to 0.11.0

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 99711060..efb05ab6 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'],