mpc: fix deps

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-17 15:07:27 +01:00
parent fcc1e4c5b2
commit 27590d63cf

View File

@ -6,7 +6,7 @@ PKG_LICENSE="LGPL"
PKG_SITE="http://www.multiprecision.org"
PKG_URL="http://www.multiprecision.org/mpc/download/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="gmp mpfr"
PKG_BUILD_DEPENDS="ccache gmp mpfr"
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/math"
PKG_SHORTDESC="mpc: A C library for the arithmetic of high precision complex numbers"