capnproto: fix build deps

Closes: #12046 [via git-merge-pr]
This commit is contained in:
newbluemoon 2018-03-02 07:19:42 +01:00 committed by Michael Aldridge
parent bd2c47af39
commit 46441ae7b4

View file

@ -12,8 +12,8 @@ distfiles="${homepage}/capnproto-c++-${version}.tar.gz"
checksum=8082040cd8c3b93c0e4fc72f2799990c72fdcf21c2b5ecdae6611482a14f1a04 checksum=8082040cd8c3b93c0e4fc72f2799990c72fdcf21c2b5ecdae6611482a14f1a04
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
hostmakedepends="capnproto-devel" hostmakedepends+=" capnproto-devel"
configure_args="--with-external-capnp" configure_args+=" --with-external-capnp"
fi fi
post_install() { post_install() {