summaryrefslogtreecommitdiff
path: root/package/gdk-pixbuf/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-04 11:38:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-04 11:38:29 +0100
commitf9ecf651725c10debca0a466de2012bc362d887c (patch)
tree4450d2488254d3bb89b881e4bec726f8d0b472b5 /package/gdk-pixbuf/Makefile
parentb627d7e2d4803c4e73c44fbad4ad3f2e23b9873c (diff)
add predefined loader cache
Diffstat (limited to 'package/gdk-pixbuf/Makefile')
-rw-r--r--package/gdk-pixbuf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/gdk-pixbuf/Makefile b/package/gdk-pixbuf/Makefile
index 2ca5ff920..f1eedeeb1 100644
--- a/package/gdk-pixbuf/Makefile
+++ b/package/gdk-pixbuf/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= gdk-pixbuf
PKG_VERSION:= 2.23.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= a7d6c5f2fe2d481149ed3ba807b5c043
PKG_DESCR:= GDK pixbuf library
PKG_SECTION:= libs
@@ -23,5 +23,7 @@ post-install:
$(IDIR_GDK_PIXBUF)/usr/lib
$(CP) $(WRKINST)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-*.so \
$(IDIR_GDK_PIXBUF)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/
+ $(CP) ./files/loaders.cache \
+ $(IDIR_GDK_PIXBUF)/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
include ${TOPDIR}/mk/pkg-bottom.mk