From 44c86062016f4b8d68946072a15c6522f2958b14 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 26 Jun 2026 08:36:44 -0600 Subject: [PATCH] sdl3: use git fork --- recipes/wip/libs/other/sdl3/recipe.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/wip/libs/other/sdl3/recipe.toml b/recipes/wip/libs/other/sdl3/recipe.toml index 8c039064a..5c908f075 100644 --- a/recipes/wip/libs/other/sdl3/recipe.toml +++ b/recipes/wip/libs/other/sdl3/recipe.toml @@ -3,7 +3,9 @@ # build instructions: https://github.com/libsdl-org/SDL/blob/main/docs/README-cmake.md # dependencies: https://github.com/libsdl-org/SDL/blob/main/docs/README-linux.md [source] -tar = "https://github.com/libsdl-org/SDL/releases/download/release-3.4.0/SDL3-3.4.0.tar.gz" +git = "https://gitlab.redox-os.org/redox-os/sdl3.git" +branch = "redox-3.4.10" + [build] template = "cmake" cmakeflags = [