From cfca377ca2ec1b2e3fed91c8387f87dee8c39d76 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 8 Apr 2022 22:13:45 +0100 Subject: [PATCH] wlroots.wrap: set revision to latest commit This is better than `revision = master` because: - It enables labwc commits to be checked out and build without manually having to find the right wlroots commit to build with - The labwc master is always buildable without user intervention even if there are breaking changes in the wlroots master branch Suggested in issue #289 --- subprojects/wlroots.wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/wlroots.wrap b/subprojects/wlroots.wrap index 3c65aaac..e7273bb2 100644 --- a/subprojects/wlroots.wrap +++ b/subprojects/wlroots.wrap @@ -1,3 +1,3 @@ [wrap-git] url = https://gitlab.freedesktop.org/wlroots/wlroots.git -revision = master +revision = 2e14bed9