From 3aba3abbcd6a3e32ec9a0bd95529f9e19399c662 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 1 Jan 2024 22:48:38 -0600 Subject: build: require at least wlroots 0.17.1 There are enough bugs fixed in 0.17.1 which are relevant to river that I think it's worthwhile to refuse to compile against 0.17.1. --- .builds/alpine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.builds/alpine.yml') diff --git a/.builds/alpine.yml b/.builds/alpine.yml index a33be10..3ab38c4 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -34,7 +34,7 @@ tasks: cd .. cd wlroots - git checkout 0.17.0 + git checkout 0.17.1 meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \ -Dwerror=false -Db_ndebug=false -Dxcb-errors=disabled --prefix /usr sudo ninja -C build/ install -- cgit v1.2.3