diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 19:21:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 19:21:47 +0100 |
commit | 1fda4ed40fe7fbab5db517a79ff8b13b33ca9355 (patch) | |
tree | 1b8a8b70d5f40af715a6a4a01dce92600903f4e3 | |
parent | 274f4690d3d1e7107a47a94563b4a13c5e472d42 (diff) |
allow headers to be installed as package
-rw-r--r-- | package/eglibc/Config.in | 2 | ||||
-rw-r--r-- | package/glibc/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/eglibc/Config.in b/package/eglibc/Config.in index 6265c5b58..6e1daf463 100644 --- a/package/eglibc/Config.in +++ b/package/eglibc/Config.in @@ -9,7 +9,7 @@ config ADK_PACKAGE_EGLIBC config ADK_PACKAGE_EGLIBC_DEV prompt "eglibc-dev........................... development files" - bool + tristate default n depends on ADK_TARGET_LIB_EGLIBC help diff --git a/package/glibc/Config.in b/package/glibc/Config.in index b6879a384..6e7db32c9 100644 --- a/package/glibc/Config.in +++ b/package/glibc/Config.in @@ -9,7 +9,7 @@ config ADK_PACKAGE_GLIBC config ADK_PACKAGE_GLIBC_DEV prompt "glibc-dev........................... development files" - bool + tristate default n depends on ADK_TARGET_LIB_GLIBC help |