From 2ba4b7bc175ea40ea699418dc68835c15d514148 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Mon, 7 Aug 2023 14:42:42 +0200 Subject: [PATCH] kodi: drop texturepacker hack patch Signed-off-by: Matthias Reichl --- ...-100.25-hack-fix-texture-packer-cmake-source-dir.patch | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 packages/mediacenter/kodi/patches/kodi-100.25-hack-fix-texture-packer-cmake-source-dir.patch diff --git a/packages/mediacenter/kodi/patches/kodi-100.25-hack-fix-texture-packer-cmake-source-dir.patch b/packages/mediacenter/kodi/patches/kodi-100.25-hack-fix-texture-packer-cmake-source-dir.patch deleted file mode 100644 index f73ad7cf33..0000000000 --- a/packages/mediacenter/kodi/patches/kodi-100.25-hack-fix-texture-packer-cmake-source-dir.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/tools/depends/native/TexturePacker/CMakeLists.txt -+++ b/tools/depends/native/TexturePacker/CMakeLists.txt -@@ -1,3 +1,5 @@ -+set(CMAKE_SOURCE_DIR ${CMAKE_SOURCE_DIR}/../../../..) -+ - list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules) - - if(APPLE)