summaryrefslogtreecommitdiff
path: root/package/glib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-13 19:08:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-13 19:08:47 +0100
commit1d6e936d172a92d055a39dce5cb6e7e478c8080e (patch)
treee991341c204ba376ec4d8658d4c15c8e03a8d9eb /package/glib
parent7666d6734558f2b8943c4df2543ee3f25d90c90e (diff)
ensure that host-compile is done always before cross-compile, otherwise shit happens. not always required by package build, but for now a limitation of the buildsystem, which reuses WRKDIR
Diffstat (limited to 'package/glib')
-rw-r--r--package/glib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 87fd9d50a..842712601 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -11,8 +11,7 @@ PKG_MD5SUM:= 9f6e85e1e38490c3956f4415bcd33e6e
PKG_DESCR:= low-level core library that forms the basis of GTK+
PKG_SECTION:= libs
PKG_DEPENDS:= libpthread
-PKG_BUILDDEP:= gettext-tiny-host gettext-tiny libiconv-tiny-host
-PKG_BUILDDEP:= libiconv-tiny glib-host zlib
+PKG_BUILDDEP:= gettext-tiny libiconv-tiny glib-host zlib
PKG_URL:= http://www.gtk.org/
PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/glib/${PKG_EXTRAVER}/
PKG_NOPARALLEL:= 1