xbps: require pkg-config in the host, even for the bootstrap build.

Close #1359
This commit is contained in:
Juan RP 2015-04-21 17:39:11 +02:00
parent ab47ddaa62
commit 03f5ed7446

View file

@ -9,11 +9,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/voidlinux/xbps"
license="2-clause-BSD"
hostmakedepends="pkg-config"
makedepends="zlib-devel libressl-devel libarchive-devel"
depends="xbps-triggers"
if [ "$CHROOT_READY" ]; then
hostmakedepends="git pkg-config"
hostmakedepends+=" git"
makedepends+=" atf-devel"
xbps-tests_package() {
short_desc+=" - Kyua testsuite"