diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-18 15:31:29 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-18 15:31:29 +0000 |
commit | 282b33366b41660846cd16ba9068333872c4507a (patch) | |
tree | d7eba3fe38be524ac474757639959989115fd97a /openwrt/package | |
parent | cab7853a4856fed1fe753ccc384d6ce8c2209737 (diff) |
Add dependencies on libncurses and libreadline
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1272 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/sqlite/ipkg/sqlite-cli.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/sqlite/ipkg/sqlite-cli.control b/openwrt/package/sqlite/ipkg/sqlite-cli.control index 27b4c9224c..fc0f695f6f 100644 --- a/openwrt/package/sqlite/ipkg/sqlite-cli.control +++ b/openwrt/package/sqlite/ipkg/sqlite-cli.control @@ -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 |