From: Nicolas Thill Date: Fri, 10 Jun 2005 22:08:56 +0000 (+0000) Subject: Add dependencies on ncurses and readline X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=07badd5e7d7f0f281c386f6c666a8d15178e2df3;p=15.05%2Fopenwrt.git Add dependencies on ncurses and readline git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1192 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/sqlite/Config.in b/package/sqlite/Config.in index 79ecfa314e..2d33debc17 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: