diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 19:19:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 19:19:15 +0200 |
commit | d07f9864c338e335796b57e72ad6d8fd13c9a896 (patch) | |
tree | a57ff7ba19822b87a1f52c4295399dae8cc6330d /package/glib | |
parent | 07b8a9f4ef3a31899b653d3df875a0af2704c125 (diff) |
glib needs python2-host
Diffstat (limited to 'package/glib')
-rw-r--r-- | package/glib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index d92294b8e..c09713003 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -5,14 +5,14 @@ include ${TOPDIR}/rules.mk PKG_NAME:= glib PKG_VERSION:= 2.38.2 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_EXTRAVER:= 2.38 PKG_MD5SUM:= 26d1d08e478fc48c181ca8be44f5b69f PKG_DESCR:= low-level core library that forms the basis of GTK+ PKG_SECTION:= libs PKG_DEPENDS:= libpthread PKG_BUILDDEP:= glib-host libffi gettext-tiny libiconv-tiny zlib libelf dbus -HOST_BUILDDEP:= libffi-host gettext-tiny-host libiconv-tiny-host +HOST_BUILDDEP:= libffi-host gettext-tiny-host libiconv-tiny-host python2-host PKG_URL:= http://www.gtk.org/ PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/glib/${PKG_EXTRAVER}/ PKG_NOPARALLEL:= 1 |