From: nico Date: Sat, 18 Jun 2005 15:31:29 +0000 (+0000) Subject: Add dependencies on libncurses and libreadline X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/282b33366b41660846cd16ba9068333872c4507a 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 27b4c9224..fc0f695f6 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