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)