Add dependencies on ncurses and readline
authorNicolas Thill <nico@openwrt.org>
Fri, 10 Jun 2005 22:08:56 +0000 (22:08 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 10 Jun 2005 22:08:56 +0000 (22:08 +0000)
SVN-Revision: 1192

openwrt/package/sqlite/Config.in

index 79ecfa314e9f4d6f8d59dfd231edd3c172649c86..2d33debc17c71fa986ea8b8a1c1c3266498a5d3e 100644 (file)
@@ -9,6 +9,8 @@ config BR2_PACKAGE_LIBSQLITE
 #      default m if CONFIG_DEVEL
        default n
        select BR2_PACKAGE_SQLITE
+       select BR2_PACKAGE_LIBNCURSES
+       select BR2_PACKAGE_LIBREADLINE
        help
          SQLite is a small C library that implements a self-contained, embeddable, 
          zero-configuration SQL database engine. Features include: