diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-24 05:20:20 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-24 05:26:59 -0500 |
commit | da366ca3f603a4aa435a25bc8568c33b32b960fc (patch) | |
tree | 3a869d7749435e1f20f0575348c94830dffcdc19 /package/kodi/patches/patch-tools_TexturePacker_Makefile_in | |
parent | 97dbbe0a028fd734618ef1a80ccdf39c6488772f (diff) |
update kodi to latest git version, add necessary packages
Diffstat (limited to 'package/kodi/patches/patch-tools_TexturePacker_Makefile_in')
-rw-r--r-- | package/kodi/patches/patch-tools_TexturePacker_Makefile_in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/kodi/patches/patch-tools_TexturePacker_Makefile_in b/package/kodi/patches/patch-tools_TexturePacker_Makefile_in deleted file mode 100644 index 0fe1e0875..000000000 --- a/package/kodi/patches/patch-tools_TexturePacker_Makefile_in +++ /dev/null @@ -1,13 +0,0 @@ ---- xbmc-14.0-Helix.orig/tools/TexturePacker/Makefile.in 2014-12-22 17:11:35.000000000 -0600 -+++ xbmc-14.0-Helix/tools/TexturePacker/Makefile.in 2014-12-27 13:48:57.427472564 -0600 -@@ -33,5 +33,10 @@ $(TARGET): $(SRCS) @abs_top_srcdir@/xbmc - # TexturePacker run native on build system, build it with native tools - make -C @abs_top_srcdir@/lib/libsquish/ libsquish-native.so - $(CXX_FOR_BUILD) $(CXXFLAGS_FOR_BUILD) $(DEFINES) $(NATIVE_ARCH) $(SRCS) $(LDFLAGS_FOR_BUILD) -o $(TARGET) -+ifeq ($(findstring Darwin,$(shell uname -s)),Darwin) -+ install_name_tool -change /usr/lib/libSDL_image-1.2.0.dylib \ -+ /home/wbx/myapp/host_x86_64-linux-gnu/usr/lib/libSDL_image-1.2.0.dylib \ -+ $(TARGET) -+endif - - include @abs_top_srcdir@/Makefile.include |