xbps: require pkg-config in the host, even for the bootstrap build.
Close #1359
This commit is contained in:
parent
ab47ddaa62
commit
03f5ed7446
1 changed files with 2 additions and 1 deletions
|
@ -9,11 +9,12 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/voidlinux/xbps"
|
homepage="https://github.com/voidlinux/xbps"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
|
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libressl-devel libarchive-devel"
|
makedepends="zlib-devel libressl-devel libarchive-devel"
|
||||||
depends="xbps-triggers"
|
depends="xbps-triggers"
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="git pkg-config"
|
hostmakedepends+=" git"
|
||||||
makedepends+=" atf-devel"
|
makedepends+=" atf-devel"
|
||||||
xbps-tests_package() {
|
xbps-tests_package() {
|
||||||
short_desc+=" - Kyua testsuite"
|
short_desc+=" - Kyua testsuite"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue