From b1bfe97aa691a6fafa6dc25d7c78a831c64a139e Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 1 Jan 2026 12:36:15 +0100 Subject: [PATCH] package/cegui: fix cmake 4 build Renamed current patches to prepare for their removal with the upcoming version bump that will not touch the CMake fix which is not committed upstream yet. Fixes: https://autobuild.buildroot.net/results/a23/a23e3a81e3526d12206ea0f036f6e8db8dc5eaab/ Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/cegui/0001-Fix-cmake-4-build.patch | 28 +++++++++++++++++++ ...0002-XMLParser.cpp-include-string.h.patch} | 0 ...of-xmlGetLastError-for-libxml2-2-12.patch} | 0 3 files changed, 28 insertions(+) create mode 100644 package/cegui/0001-Fix-cmake-4-build.patch rename package/cegui/{0001-XMLParser.cpp-include-string.h.patch => 0002-XMLParser.cpp-include-string.h.patch} (100%) rename package/cegui/{0002-Fix-return-type-of-xmlGetLastError-for-libxml2-2-12.patch => 0003-Fix-return-type-of-xmlGetLastError-for-libxml2-2-12.patch} (100%) diff --git a/package/cegui/0001-Fix-cmake-4-build.patch b/package/cegui/0001-Fix-cmake-4-build.patch new file mode 100644 index 0000000000..952b17e494 --- /dev/null +++ b/package/cegui/0001-Fix-cmake-4-build.patch @@ -0,0 +1,28 @@ +From 6c0e6d8ffb3c13cd7fb08c8ef217daf45eabdf99 Mon Sep 17 00:00:00 2001 +From: Bernd Kuhls +Date: Tue, 2 Dec 2025 20:38:29 +0100 +Subject: [PATCH] Fix cmake 4 build + +Upstream: https://github.com/cegui/cegui/pull/1334 + +Signed-off-by: Bernd Kuhls +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 418931822..645ff6cf7 100755 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,7 +1,7 @@ + ################################################################################ + # Top-level CMakeLists.txt file for Crazy Eddie's GUI System + ################################################################################ +-cmake_minimum_required(VERSION 3.1) ++cmake_minimum_required(VERSION 3.5) + + if (APPLE AND NOT CMAKE_OSX_ARCHITECTURES) + set( CMAKE_OSX_ARCHITECTURES ${CMAKE_HOST_SYSTEM_PROCESSOR} CACHE STRING "Build architectures for Mac OS X") +-- +2.47.3 + diff --git a/package/cegui/0001-XMLParser.cpp-include-string.h.patch b/package/cegui/0002-XMLParser.cpp-include-string.h.patch similarity index 100% rename from package/cegui/0001-XMLParser.cpp-include-string.h.patch rename to package/cegui/0002-XMLParser.cpp-include-string.h.patch diff --git a/package/cegui/0002-Fix-return-type-of-xmlGetLastError-for-libxml2-2-12.patch b/package/cegui/0003-Fix-return-type-of-xmlGetLastError-for-libxml2-2-12.patch similarity index 100% rename from package/cegui/0002-Fix-return-type-of-xmlGetLastError-for-libxml2-2-12.patch rename to package/cegui/0003-Fix-return-type-of-xmlGetLastError-for-libxml2-2-12.patch