summaryrefslogtreecommitdiffstats
path: root/package/mpfr/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/mpfr/Config.in')
-rw-r--r--package/mpfr/Config.in10
1 files changed, 5 insertions, 5 deletions
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.