summaryrefslogtreecommitdiffstats
path: root/package/sqlite
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-10 22:08:56 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-10 22:08:56 +0000
commit953ba6fc5a779514e1845cdeb5db317ac4f23899 (patch)
tree51a179060c8122303f1488529a07fdb83c846630 /package/sqlite
parenta00b3add9f9810e6924e5f51f49423c82708c2cd (diff)
Add dependencies on ncurses and readline
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1192 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 79ecfa314..2d33debc1 100644
--- a/package/sqlite/Config.in
+++ b/package/sqlite/Config.in
@@ -9,6 +9,8 @@ config BR2_PACKAGE_LIBSQLITE
# default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_SQLITE
+ select BR2_PACKAGE_LIBNCURSES
+ select BR2_PACKAGE_LIBREADLINE
help
SQLite is a small C library that implements a self-contained, embeddable,
zero-configuration SQL database engine. Features include: