summaryrefslogtreecommitdiff
path: root/package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-30 18:34:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-27 22:21:46 +0200
commit48fc53418959dc0e5ff0d0ac5960fc969c650cc7 (patch)
tree337e9ccc18fd7318467c9b90cea90e7c56bf682f /package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile
parenta0f2893bb45dc0650971af01a7c078f5edfcd419 (diff)
kodi: update to 17.1
Diffstat (limited to 'package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile')
-rw-r--r--package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile b/package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile
deleted file mode 100644
index 7d7ac0a29..000000000
--- a/package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- xbmc-16.0-Jarvis.orig/tools/depends/native/TexturePacker/Makefile 2016-02-20 16:21:19.000000000 +0100
-+++ xbmc-16.0-Jarvis/tools/depends/native/TexturePacker/Makefile 2016-04-07 23:49:21.000000000 +0200
-@@ -9,18 +9,10 @@ endif
-
- ifeq ($(NATIVEPLATFORM),)
- PLATFORM = native
-- EXTRA_CONFIGURE = --enable-static
- else
- PLATFORM = $(NATIVEPLATFORM)
- endif
-
--ifeq ($(NATIVE_OS), linux)
-- EXTRA_CONFIGURE = --enable-static
--endif
--ifeq ($(NATIVE_OS), android)
-- EXTRA_CONFIGURE = --enable-static
--endif
--
- ifeq ($(XBMCROOT),)
- XBMCROOT = $(ROOT_DIR)/../../../..
- endif