summaryrefslogtreecommitdiff
path: root/package/gmp/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/gmp/Config.in
parent784e010f2da834b6748e5521e2948880c0cff27e (diff)
- add "lib" prefix
Diffstat (limited to 'package/gmp/Config.in')
-rw-r--r--package/gmp/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/gmp/Config.in b/package/gmp/Config.in
index 9e15ea37a..41d5ee82a 100644
--- a/package/gmp/Config.in
+++ b/package/gmp/Config.in
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_GMP
+config BR2_PACKAGE_LIBGMP
bool "gmp"
default n
help
@@ -7,10 +7,10 @@ config BR2_PACKAGE_GMP
http://www.swox.com/gmp/
-config BR2_PACKAGE_GMP_HEADERS
+config BR2_PACKAGE_LIBGMP_HEADERS
bool "gmp headers for target"
default n
- depends on BR2_PACKAGE_GMP
+ depends on BR2_PACKAGE_LIBGMP
help
Install the gmp.h for the target.