summaryrefslogtreecommitdiffstats
path: root/src/pixman.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pixman.mk')
-rw-r--r--src/pixman.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/pixman.mk b/src/pixman.mk
index 4d6ce50..47f0135 100644
--- a/src/pixman.mk
+++ b/src/pixman.mk
@@ -1,14 +1,11 @@
-# This file is part of mingw-cross-env.
-# See doc/index.html for further information.
+# This file is part of MXE.
+# See index.html for further information.
-# pixman
PKG := pixman
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 0.21.8
-$(PKG)_CHECKSUM := fe0118cc00c266e364bf391b839ebaadd42d1692
+$(PKG)_CHECKSUM := 2785cedd25fb6ded0ceac8d427432f16b074dd52
$(PKG)_SUBDIR := pixman-$($(PKG)_VERSION)
$(PKG)_FILE := pixman-$($(PKG)_VERSION).tar.gz
-$(PKG)_WEBSITE := http://cairographics.org/
$(PKG)_URL := http://cairographics.org/snapshots/$($(PKG)_FILE)
$(PKG)_URL_2 := http://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
@@ -22,6 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=