Merge pull request #2664 from bitflippersanonymous/glib_needs_libxml2

glib-host depends on libxml2-host for xmllint
This commit is contained in:
Stefan Saraev 2013-10-02 11:00:38 -07:00
commit 0ec6588afa

View File

@ -26,7 +26,7 @@ PKG_LICENSE="LGPL"
PKG_SITE="http://www.gtk.org/" PKG_SITE="http://www.gtk.org/"
PKG_URL="" PKG_URL=""
PKG_DEPENDS="" PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache libffi-host zlib:host Python-host" PKG_BUILD_DEPENDS="ccache libffi-host libxml2-host zlib:host Python-host"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="devel" PKG_SECTION="devel"
PKG_SHORTDESC="glib-host: C support library" PKG_SHORTDESC="glib-host: C support library"