From 2b39e7caf25d17e9ee4ad49cd576b5cf2f91a527 Mon Sep 17 00:00:00 2001 From: Wildan Mubarok Date: Fri, 22 Aug 2025 13:41:34 +0000 Subject: [PATCH] Set openttd as shallow --- recipes/games/openttd/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/games/openttd/recipe.toml b/recipes/games/openttd/recipe.toml index 4e2a61bc3..e419e5495 100644 --- a/recipes/games/openttd/recipe.toml +++ b/recipes/games/openttd/recipe.toml @@ -1,6 +1,7 @@ [source] git = "https://github.com/OpenTTD/OpenTTD.git" branch = "release/1.8" +shallow_clone = true patches = ["redox.patch"] [build]