summaryrefslogtreecommitdiffstats
path: root/src/pixman.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-06-11 23:14:55 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-06-14 09:15:35 (GMT)
commit58cc96f0adf009288c097429a8f6bc9a86bcd516 (patch)
treeaddce04b85ff5f8dc3ae9ff6f9de33e2f23bd4a1 /src/pixman.mk
parent892f73ada3bfc0804e9ebb70f8f0538ba192ffa3 (diff)
downloadmxe-58cc96f0adf009288c097429a8f6bc9a86bcd516.zip
mxe-58cc96f0adf009288c097429a8f6bc9a86bcd516.tar.gz
mxe-58cc96f0adf009288c097429a8f6bc9a86bcd516.tar.bz2
pixman: add missing libpng to DEPS
Diffstat (limited to 'src/pixman.mk')
-rw-r--r--src/pixman.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixman.mk b/src/pixman.mk
index 0119af8..9d362af 100644
--- a/src/pixman.mk
+++ b/src/pixman.mk
@@ -9,7 +9,7 @@ $(PKG)_SUBDIR := pixman-$($(PKG)_VERSION)
$(PKG)_FILE := pixman-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://cairographics.org/snapshots/$($(PKG)_FILE)
$(PKG)_URL_2 := https://xorg.freedesktop.org/archive/individual/lib/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc
+$(PKG)_DEPS := gcc libpng
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://cairographics.org/snapshots/?C=M;O=D' | \