Changeset c04ece1 in freewrt for package/sqlite2/Config.in
- Timestamp:
- Jul 22, 2006, 5:48:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5bef084
- Parents:
- e13d736
- File:
-
- 1 edited
-
package/sqlite2/Config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/sqlite2/Config.in
re13d736 rc04ece1 1 config BR2_COMPILE_SQLITE21 config FWRT_COMPILE_SQLITE2 2 2 tristate 3 3 default n 4 depends BR2_PACKAGE_LIBSQLITE24 depends FWRT_PACKAGE_LIBSQLITE2 5 5 6 config BR2_PACKAGE_LIBSQLITE26 config FWRT_PACKAGE_LIBSQLITE2 7 7 prompt "libsqlite2........................ Self-contained, embeddable, zero-configuration SQL database engine (v2.x)" 8 8 tristate 9 9 default m if CONFIG_DEVEL 10 select BR2_COMPILE_SQLITE211 select BR2_PACKAGE_LIBNCURSES12 select BR2_PACKAGE_LIBREADLINE10 select FWRT_COMPILE_SQLITE2 11 select FWRT_PACKAGE_LIBNCURSES 12 select FWRT_PACKAGE_LIBREADLINE 13 13 help 14 14 SQLite is a small C library that implements a self-contained, embeddable, … … 39 39 This package contains the shared library, needed by other programs. 40 40 41 config BR2_PACKAGE_SQLITE2_CLI41 config FWRT_PACKAGE_SQLITE2_CLI 42 42 prompt "sqlite2-cli..................... Command line interface for SQLite (v2.x)" 43 43 tristate 44 44 default m if CONFIG_DEVEL 45 depends BR2_PACKAGE_LIBSQLITE245 depends FWRT_PACKAGE_LIBSQLITE2 46 46 help 47 47 SQLite is a small C library that implements a self-contained, embeddable,
Note:
See TracChangeset
for help on using the changeset viewer.
