xbps: require pkg-config in the host, even for the bootstrap build.
Close #1359
This commit is contained in:
parent
ab47ddaa62
commit
03f5ed7446
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue