diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-04 18:42:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-04 18:42:48 +0200 |
commit | f057e4a2dc1d6d2db4ec7750a43054fe15a1c71e (patch) | |
tree | f9186263483b6dbc68bce8c1fa1ef36f3e011316 /package/glib/Makefile | |
parent | fa9bd9d822a4053714e9448adcc591b7fe38c34e (diff) |
use gettext-tiny instead of gettext
Diffstat (limited to 'package/glib/Makefile')
-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 ba9efa759..d3e1a2977 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -10,8 +10,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 9f6e85e1e38490c3956f4415bcd33e6e PKG_DESCR:= low-level core library that forms the basis of GTK+ PKG_SECTION:= libs -PKG_DEPENDS:= libintl libiconv libpthread -PKG_BUILDDEP:= gettext libiconv dbus +PKG_DEPENDS:= libiconv libpthread +PKG_BUILDDEP:= gettext-tiny libiconv dbus PKG_URL:= http://www.gtk.org/ PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/glib/${PKG_EXTRAVER}/ PKG_NOPARALLEL:= 1 |