summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-12-29 14:37:30 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-12-29 14:37:30 (GMT)
commitde236e8a3fefc599b96e8b21508cabf808633ac9 (patch)
tree3c204358629bee6e95e05f7ff7edd9fda5fca78a /src
parent82969d11524c155684d4c7cf9be20121def397ab (diff)
downloadmxe-de236e8a3fefc599b96e8b21508cabf808633ac9.zip
mxe-de236e8a3fefc599b96e8b21508cabf808633ac9.tar.gz
mxe-de236e8a3fefc599b96e8b21508cabf808633ac9.tar.bz2
add missing dependency on zlib to package glib (by Mark de Wever)
Diffstat (limited to 'src')
-rw-r--r--src/glib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glib.mk b/src/glib.mk
index 2c557cb..67c1412 100644
--- a/src/glib.mk
+++ b/src/glib.mk
@@ -28,7 +28,7 @@ $(PKG)_SUBDIR := glib-$($(PKG)_VERSION)
$(PKG)_FILE := glib-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://www.gtk.org/
$(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/glib/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc gettext pcre libiconv
+$(PKG)_DEPS := gcc gettext pcre libiconv zlib
define $(PKG)_UPDATE
wget -q -O- 'http://git.gnome.org/cgit/glib/refs/tags' | \