diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-18 15:31:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-18 15:31:29 +0000 |
commit | 7b85330ad7efef6728667454fb1896d5510a79b3 (patch) | |
tree | d7eba3fe38be524ac474757639959989115fd97a /openwrt/package/sqlite/ipkg/sqlite-cli.control | |
parent | cb11a300e9b1b4fe216b50b5ddf223f46c1625f6 (diff) | |
download | mtk-20170518-7b85330ad7efef6728667454fb1896d5510a79b3.zip mtk-20170518-7b85330ad7efef6728667454fb1896d5510a79b3.tar.gz mtk-20170518-7b85330ad7efef6728667454fb1896d5510a79b3.tar.bz2 |
Add dependencies on libncurses and libreadline
SVN-Revision: 1272
Diffstat (limited to 'openwrt/package/sqlite/ipkg/sqlite-cli.control')
-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 27b4c92..fc0f695 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 |