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/archlinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.builds/archlinux.yml') diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index f4dc688..7b89bd5 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -32,7 +32,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 --prefix /usr sudo ninja -C build/ install -- cgit v1.2.3