summaryrefslogtreecommitdiffstats
path: root/src/gdk-pixbuf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdk-pixbuf.mk')
-rw-r--r--src/gdk-pixbuf.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk
index fc7529a..64b9f7b 100644
--- a/src/gdk-pixbuf.mk
+++ b/src/gdk-pixbuf.mk
@@ -3,8 +3,8 @@
PKG := gdk-pixbuf
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.28.2
-$(PKG)_CHECKSUM := 9876d0a20f592f8fb2a52d4a86ec43d607661beb
+$(PKG)_VERSION := 2.30.3
+$(PKG)_CHECKSUM := 22d1e53be4ccecd49290d8f1ba188cc51dc4fe88
$(PKG)_SUBDIR := gdk-pixbuf-$($(PKG)_VERSION)
$(PKG)_FILE := gdk-pixbuf-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
@@ -19,7 +19,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && autoreconf -I'$(PREFIX)/$(TARGET)/share/aclocal'
+ cd '$(1)' && autoreconf -fi -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \