glib: glib:host depends on libffi:host, glib:host needed as a dependency of open-vm-tools

This commit is contained in:
Lukas Rusak 2016-01-15 23:25:40 +01:00
parent 87d33e2c89
commit 7f1a85bb30

View File

@ -24,6 +24,7 @@ PKG_LICENSE="LGPL"
PKG_SITE="http://www.gtk.org/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/glib/2.46/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain zlib libffi pcre Python:host"
PKG_DEPENDS_HOST="libffi:host"
PKG_PRIORITY="optional"
PKG_SECTION="devel"
PKG_SHORTDESC="glib: C support library"