From c61af1e53d2e8cfc46191e084375c6bc6db3469e Mon Sep 17 00:00:00 2001
From: Nicolas Thill <nico@openwrt.org>
Date: Fri, 10 Jun 2005 22:08:56 +0000
Subject: [PATCH] Add dependencies on ncurses and readline

SVN-Revision: 1192
---
 openwrt/package/sqlite/Config.in | 2 ++
 1 file changed, 2 insertions(+)

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:
-- 
2.25.1