From: Nicolas Thill Date: Sat, 18 Jun 2005 15:31:29 +0000 (+0000) Subject: Add dependencies on libncurses and libreadline X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=35b88aa5edc243af0305b131db249723284ca269;p=15.05%2Fopenwrt.git Add dependencies on libncurses and libreadline git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1272 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/sqlite/ Description: Command Line Interface (CLI) for SQLite -Depends: libsqlite +Depends: libsqlite, libncurses, libreadline