From c4da6199f0f37018e2273d02f9fef1072da7f873 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 3 Mar 2009 20:23:18 +0000 Subject: sqlite: bump version and convert to Makefile.autotools.in format Patch by Gustavo Zacarias Closes #139. --- package/database/sqlite/Config.in | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'package/database/sqlite/Config.in') diff --git a/package/database/sqlite/Config.in b/package/database/sqlite/Config.in index c445c1e30..f9b12ae9f 100644 --- a/package/database/sqlite/Config.in +++ b/package/database/sqlite/Config.in @@ -1,9 +1,16 @@ config BR2_PACKAGE_SQLITE bool "sqlite" - select BR2_PACKAGE_NCURSES - select BR2_PACKAGE_READLINE help SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. http://www.sqlite.org/ + +config BR2_PACKAGE_SQLITE_READLINE + bool "Command-line editing" + depends on BR2_PACKAGE_SQLITE + select BR2_PACKAGE_NCURSES + select BR2_PACKAGE_READLINE + help + Enable command-line editing. This requires ncurses and readline. + -- cgit v1.2.3