From 0aad5f8474d822d63881d447fda9a5d4a5be7c48 Mon Sep 17 00:00:00 2001 From: Ningyuan Li Date: Tue, 19 Sep 2023 18:25:01 +0900 Subject: [PATCH] use fixed SDL2 version --- CMakeLists.txt | 1 + third_party/commons | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9caeb4bbd..70d54f890 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,6 +132,7 @@ set(BUILD_SHARED_CORE_LIBS OFF) if (TARGET_WEBOS) set(CMAKE_INSTALL_LIBDIR lib/backports) + set(SDL2_BACKPORT_REVISION "c5e7b55a30f5e0e7fc15f6461b9b48531773e479") include(ExternalSDL2BackportForWebOS) unset(CMAKE_INSTALL_LIBDIR) else () diff --git a/third_party/commons b/third_party/commons index b65958d77..e3a5edfa2 160000 --- a/third_party/commons +++ b/third_party/commons @@ -1 +1 @@ -Subproject commit b65958d77c7921b27791a850e9033980f1183080 +Subproject commit e3a5edfa254fe1718817ef1c0b67319a795b2f90