From: Johan Malm Date: Fri, 8 Apr 2022 21:13:45 +0000 (+0100) Subject: wlroots.wrap: set revision to latest commit X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=cfca377ca2ec1b2e3fed91c8387f87dee8c39d76;p=proto%2Flabwc.git 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 --- 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