projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30c4ad
)
Add dependencies on ncurses and readline
author
Nicolas Thill
<nico@openwrt.org>
Fri, 10 Jun 2005 22:08:56 +0000
(22:08 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 10 Jun 2005 22:08:56 +0000
(22:08 +0000)
SVN-Revision: 1192
openwrt/package/sqlite/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/sqlite/Config.in
b/openwrt/package/sqlite/Config.in
index 79ecfa314e9f4d6f8d59dfd231edd3c172649c86..2d33debc17c71fa986ea8b8a1c1c3266498a5d3e 100644
(file)
--- 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: