summaryrefslogtreecommitdiff
path: root/package/kodi/patches/patch-tools_depends_native_TexturePacker_CMakeLists_txt
diff options
context:
space:
mode:
Diffstat (limited to 'package/kodi/patches/patch-tools_depends_native_TexturePacker_CMakeLists_txt')
-rw-r--r--package/kodi/patches/patch-tools_depends_native_TexturePacker_CMakeLists_txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/kodi/patches/patch-tools_depends_native_TexturePacker_CMakeLists_txt b/package/kodi/patches/patch-tools_depends_native_TexturePacker_CMakeLists_txt
new file mode 100644
index 000000000..2b62c1465
--- /dev/null
+++ b/package/kodi/patches/patch-tools_depends_native_TexturePacker_CMakeLists_txt
@@ -0,0 +1,20 @@
+--- xbmc-18.0a1-Leia.orig/tools/depends/native/TexturePacker/CMakeLists.txt 2018-03-04 10:21:28.000000000 +0100
++++ xbmc-18.0a1-Leia/tools/depends/native/TexturePacker/CMakeLists.txt 2018-05-26 06:54:36.060611270 +0200
+@@ -33,7 +33,7 @@ set(SOURCES src/md5.cpp
+ src/decoder/GifHelper.cpp
+ src/decoder/JPGDecoder.cpp
+ src/decoder/PNGDecoder.cpp
+- ${CMAKE_SOURCE_DIR}/xbmc/guilib/XBTF.cpp)
++ ${CORE_SOURCE_DIR}/xbmc/guilib/XBTF.cpp)
+
+ set(CMAKE_POSITITION_INDEPENDENT_CODE 1)
+
+@@ -42,7 +42,7 @@ target_include_directories(TexturePacker
+ PRIVATE ${PNG_INCLUDE_DIRS}
+ ${JPEG_INCLUDE_DIR}
+ ${GIF_INCLUDE_DIR}
+- ${CMAKE_SOURCE_DIR}/xbmc
++ ${CORE_SOURCE_DIR}/xbmc
+ ${CMAKE_CURRENT_SOURCE_DIR}/src
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/decoder)
+ target_link_libraries(TexturePacker