From da366ca3f603a4aa435a25bc8568c33b32b960fc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 24 May 2015 05:20:20 -0500 Subject: update kodi to latest git version, add necessary packages --- package/libsquish/patches/patch-Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/libsquish/patches/patch-Makefile (limited to 'package/libsquish/patches/patch-Makefile') diff --git a/package/libsquish/patches/patch-Makefile b/package/libsquish/patches/patch-Makefile new file mode 100644 index 000000000..702db40f5 --- /dev/null +++ b/package/libsquish/patches/patch-Makefile @@ -0,0 +1,10 @@ +--- libsquish-1.10-openelec.orig/Makefile 2015-01-09 09:52:04.000000000 -0600 ++++ libsquish-1.10-openelec/Makefile 2015-05-22 16:32:55.398921290 -0500 +@@ -10,6 +10,7 @@ LIB = libsquish.a + all : $(LIB) squish.pc + + install : $(LIB) squish.pc ++ mkdir -p $(INSTALL_DIR)/include $(INSTALL_DIR)/lib/pkgconfig + install squish.h $(INSTALL_DIR)/include + install libsquish.a $(INSTALL_DIR)/lib + install squish.pc $(INSTALL_DIR)/lib/pkgconfig -- cgit v1.2.3