From: Nicolas Thill Date: Fri, 10 Jun 2005 22:08:56 +0000 (+0000) Subject: Add dependencies on ncurses and readline X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c61af1e53d2e8cfc46191e084375c6bc6db3469e;p=librecmc%2Flibrecmc.git Add dependencies on ncurses and readline SVN-Revision: 1192 --- diff --git a/openwrt/package/sqlite/Config.in b/openwrt/package/sqlite/Config.in index 79ecfa314e..2d33debc17 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: