mpc: add explicit dependencies for host variant

Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Julien Floret 2016-07-03 00:20:59 +02:00 committed by Thomas Petazzoni
parent 316547afb6
commit 3f8f0ec1c5

View file

@ -10,6 +10,7 @@ MPC_LICENSE = LGPLv3+
MPC_LICENSE_FILES = COPYING.LESSER
MPC_INSTALL_STAGING = YES
MPC_DEPENDENCIES = gmp mpfr
HOST_MPC_DEPENDENCIES = host-gmp host-mpfr
$(eval $(autotools-package))
$(eval $(host-autotools-package))