From 3a65d24db5d239a2f9273cc4af87f292ef4414e9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 28 Nov 2006 16:54:30 +0000 Subject: - add "lib" prefix --- package/mpfr/Config.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/mpfr/Config.in') diff --git a/package/mpfr/Config.in b/package/mpfr/Config.in index 778e79e07..a7dabc959 100644 --- a/package/mpfr/Config.in +++ b/package/mpfr/Config.in @@ -1,8 +1,8 @@ -config BR2_PACKAGE_MPFR +config BR2_PACKAGE_LIBMPFR bool "mpfr" default n default y if BR2_INSTALL_FORTRAN - select BR2_PACKAGE_GMP + select BR2_PACKAGE_LIBGMP help C library for multiple-precision floating-point computations with exact rounding. @@ -10,11 +10,11 @@ config BR2_PACKAGE_MPFR http://www.mpfr.org/ -config BR2_PACKAGE_MPFR_HEADERS +config BR2_PACKAGE_LIBMPFR_HEADERS bool "mpfr headers for target" default n - depends on BR2_PACKAGE_MPFR - select BR2_PACKAGE_GMP_HEADERS + depends on BR2_PACKAGE_LIBMPFR + select BR2_PACKAGE_LIBGMP_HEADERS help Install the mpfr headers for the target. -- cgit v1.2.3