summaryrefslogtreecommitdiffstats
path: root/src/pango.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pango.mk')
-rw-r--r--src/pango.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/pango.mk b/src/pango.mk
index d040e93..a387cef 100644
--- a/src/pango.mk
+++ b/src/pango.mk
@@ -3,8 +3,8 @@
PKG := pango
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.35.0
-$(PKG)_CHECKSUM := 13f10192b6dcbb0f0f5f95eecedd8fa392d964b1
+$(PKG)_VERSION := 1.36.1
+$(PKG)_CHECKSUM := 8800fc023f0be07190b2a6708af4f064568a4710
$(PKG)_SUBDIR := pango-$($(PKG)_VERSION)
$(PKG)_FILE := pango-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/pango/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
@@ -21,10 +21,7 @@ define $(PKG)_BUILD
rm '$(1)'/docs/Makefile.am
cd '$(1)' && NOCONFIGURE=1 ./autogen.sh
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--enable-explicit-deps \
--with-included-modules \
--without-dynamic-modules \