summaryrefslogtreecommitdiffstats
path: root/package/mpfr/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-28 16:54:30 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-28 16:54:30 +0000
commit3a65d24db5d239a2f9273cc4af87f292ef4414e9 (patch)
treee8eb174ece15b2761c41090c9b932b7f1f033403 /package/mpfr/Config.in
parent784e010f2da834b6748e5521e2948880c0cff27e (diff)
downloadbuildroot-novena-3a65d24db5d239a2f9273cc4af87f292ef4414e9.tar.gz
buildroot-novena-3a65d24db5d239a2f9273cc4af87f292ef4414e9.zip
- add "lib" prefix
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.