libassuan: cross build support.

This commit is contained in:
Juan RP 2013-05-05 09:05:44 +02:00
parent f0c0a8b028
commit 0e89bcf931

View File

@ -15,6 +15,10 @@ long_desc="
protocol is used for IPC between most newer GnuPG components. Both, server
and client side functions are provided."
if [ "$CROSS_BUILD" ]; then
hostmakedepends="libgpg-error-devel"
fi
libassuan-devel_package() {
depends="libgpg-error-devel libassuan>=${version}"
short_desc="${short_desc} - development files"