diff options
Diffstat (limited to 'package/glib/Makefile')
-rw-r--r-- | package/glib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index 7e07bac4c..026fe1a19 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -11,9 +11,9 @@ PKG_HASH:= f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4 PKG_DESCR:= low-level core library that forms the basis of gtk+ PKG_SECTION:= libs/misc PKG_DEPENDS:= libpcre zlib -PKG_BUILDDEP:= glib-host libffi gettext-tiny zlib libelf dbus pcre -HOST_BUILDDEP:= libffi-host gettext-tiny-host python2-host -PKG_NEEDS:= threads +PKG_BUILDDEP:= glib-host libffi zlib libelf dbus pcre +HOST_BUILDDEP:= libffi-host python2-host +PKG_NEEDS:= threads intl PKG_URL:= http://www.gtk.org/ PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/glib/$(PKG_EXTRAVER)/ PKG_OPTS:= dev noscripts |