projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8a16d3
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1192
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/sqlite/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/sqlite/Config.in
b/openwrt/package/sqlite/Config.in
index
79ecfa3
..
2d33deb
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: