diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-08 20:12:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-08 20:14:23 +0200 |
commit | ba9f8cd5133764f3370ded8200c070f86b858f77 (patch) | |
tree | eb0656d6c4c9f199afe1cfe34d2ba3470498bf62 /package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile | |
parent | 6b8931b7290719acb2348a43c030decff4c00f04 (diff) |
kodi: fix rpi3 compile
Diffstat (limited to 'package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile')
-rw-r--r-- | package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile b/package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile new file mode 100644 index 000000000..7d7ac0a29 --- /dev/null +++ b/package/kodi/patches/patch-tools_depends_native_TexturePacker_Makefile @@ -0,0 +1,21 @@ +--- 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 |