diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-28 16:33:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-28 16:33:41 +0100 |
commit | 444176e8aa3a958f147f15542793678b619be262 (patch) | |
tree | 3bae8dc0b3fd98ebffc239c6f4d0bb2e7604d957 /package/glib | |
parent | 05abc676e9272fdf933e0ea376bb12d8ec497467 (diff) |
fix host build stuff and update-patches, convert cifs-utils and libaudiofile to new autotool infrastructure
Diffstat (limited to 'package/glib')
-rw-r--r-- | package/glib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index fef89ccab..d5a71f49f 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -11,7 +11,7 @@ PKG_MD5SUM:= 9f6e85e1e38490c3956f4415bcd33e6e PKG_DESCR:= low-level core library that forms the basis of GTK+ PKG_SECTION:= libs PKG_DEPENDS:= libiconv libpthread -PKG_BUILDDEP:= gettext-tiny libiconv dbus +PKG_BUILDDEP:= gettext-tiny libiconv dbus glib-host PKG_URL:= http://www.gtk.org/ PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/glib/${PKG_EXTRAVER}/ PKG_NOPARALLEL:= 1 |