summaryrefslogtreecommitdiffstats
path: root/package/sqlite
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-01-03 14:44:01 +0100
committerBernhard Reutner-Fischer2007-01-03 14:44:01 +0100
commitec5b83ce2fe8f4f387f7f87b71632830ce382901 (patch)
tree9ce8261a7dc16caaec4868b1de86e5c27462509d /package/sqlite
parent- I'm pretty sure that i don't want LFS support on the gcc-4_2-branch (diff)
downloadbuildroot-ec5b83ce2fe8f4f387f7f87b71632830ce382901.tar.gz
buildroot-ec5b83ce2fe8f4f387f7f87b71632830ce382901.tar.xz
buildroot-ec5b83ce2fe8f4f387f7f87b71632830ce382901.zip
- add missing package-source targets
- add missing dependencies to build prerequisites in the config system
Diffstat (limited to 'package/sqlite')
-rw-r--r--package/sqlite/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/sqlite/Config.in b/package/sqlite/Config.in
index 64d942cfb..bc6dce95e 100644
--- a/package/sqlite/Config.in
+++ b/package/sqlite/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_SQLITE
bool "sqlite"
default n
+ select BR2_PACKAGE_NCURSES
+ select BR2_READLINE
help
SQLite is a small C library that implements a self-contained,
embeddable, zero-configuration SQL database engine.