gpgme: fix cross build (v2).

This commit is contained in:
Juan RP 2013-07-08 15:49:31 +02:00
parent 027f65d78a
commit 71a9f4b905
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@ long_desc="
instead. This way bug fixes or improvements can be done at a central place
and every application benefits from this."
if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr
--with-libassuan-prefix=$XBPS_CROSS_BASE/usr"
fi
gpgme-devel_package() {
depends="libgpg-error-devel libassuan-devel gpgme>=${version}"
short_desc+=" - development files"