commit b4d785cf390033ee0839ef7b374e8edd554f6f9e
parent 352a3e1f7965e6cb03e9de5d952408eb91f0599b
Author: Simon Ser <contact@emersion.fr>
Date: Mon, 7 Oct 2019 22:32:57 +0300
build: bump wlroots version to 0.8.1
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
@@ -57,7 +57,7 @@ rt = cc.find_library('rt')
git = find_program('git', native: true, required: false)
# Try first to find wlroots as a subproject, then as a system dependency
-wlroots_version = ['>=0.7.0', '<0.8.0']
+wlroots_version = ['>=0.8.1', '<0.9.0']
wlroots_proj = subproject(
'wlroots',
default_options: ['examples=false'],