Add dependencies on libncurses and libreadline

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1272 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2005-06-18 15:31:29 +00:00
parent 9eb515fb5c
commit 1d4d87d497
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ Section: libs
Maintainer: Nico <nthill@free.fr>
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/sqlite/
Description: Command Line Interface (CLI) for SQLite
Depends: libsqlite
Depends: libsqlite, libncurses, libreadline