diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-10 22:08:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-10 22:08:56 +0000 |
commit | c61af1e53d2e8cfc46191e084375c6bc6db3469e (patch) | |
tree | 82dcd7e01a186f83871f4283863c2961d31db7fa /openwrt | |
parent | c30c4adaa8e2c2f071cf1eb3442210b970b8bf5e (diff) | |
download | mtk-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.in | 2 |
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: |