From ff2e94b286b493b9f95f68d4a45cfaabdc480e9a Mon Sep 17 00:00:00 2001 From: spectranator Date: Fri, 11 Apr 2025 15:28:24 +0200 Subject: [PATCH] Updated SDL to fix pipewire related compile error --- .gitmodules | 6 +++--- externals/SDL | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9a53460c4..c21a05566 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,9 +16,6 @@ [submodule "opus"] path = externals/opus url = https://github.com/xiph/opus.git -[submodule "SDL"] - path = externals/SDL - url = https://github.com/libsdl-org/SDL.git [submodule "cpp-httplib"] path = externals/cpp-httplib url = https://github.com/yhirose/cpp-httplib.git @@ -61,3 +58,6 @@ [submodule "externals/Vulkan-Headers"] path = externals/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers.git +[submodule "externals/SDL"] + path = externals/SDL + url = https://github.com/libsdl-org/SDL.git diff --git a/externals/SDL b/externals/SDL index cc016b004..2359383fc 160000 --- a/externals/SDL +++ b/externals/SDL @@ -1 +1 @@ -Subproject commit cc016b0046d563287f0aa9f09b958b5e70d43696 +Subproject commit 2359383fc187386204c3bb22de89655a494cd128