summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-10 22:08:56 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-10 22:08:56 +0000
commitc61af1e53d2e8cfc46191e084375c6bc6db3469e (patch)
tree82dcd7e01a186f83871f4283863c2961d31db7fa /openwrt
parentc30c4adaa8e2c2f071cf1eb3442210b970b8bf5e (diff)
downloadmtk-20170518-c61af1e53d2e8cfc46191e084375c6bc6db3469e.zip
mtk-20170518-c61af1e53d2e8cfc46191e084375c6bc6db3469e.tar.gz
mtk-20170518-c61af1e53d2e8cfc46191e084375c6bc6db3469e.tar.bz2
Add dependencies on ncurses and readline
SVN-Revision: 1192
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/sqlite/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/sqlite/Config.in b/openwrt/package/sqlite/Config.in
index 79ecfa3..2d33deb 100644
--- a/openwrt/package/sqlite/Config.in
+++ b/openwrt/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: