SVN-Revision: 1958
This commit is contained in:
Nicolas Thill 2005-09-20 01:54:47 +00:00
parent 86ecd14fc4
commit df74e690ab
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_PALANTIR config BR2_PACKAGE_PALANTIR
tristate "palantir - a multichannel interactive streaming solution" tristate "palantir - a multichannel interactive streaming solution"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select LIBJPEG select BR2_PACKAGE_LIBJPEG
help help
Palantir is a Linux-based streaming system designed to transmit live Palantir is a Linux-based streaming system designed to transmit live
video, audio and data over a TCP/IP network, as well as to control video, audio and data over a TCP/IP network, as well as to control

View File

@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBSQLITE
prompt "libsqlite - Self-contained, embeddable, zero-configuration SQL database engine" prompt "libsqlite - Self-contained, embeddable, zero-configuration SQL database engine"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_SQLITE select BR2_COMPILE_SQLITE
select BR2_PACKAGE_LIBNCURSES select BR2_PACKAGE_LIBNCURSES
select BR2_PACKAGE_LIBREADLINE select BR2_PACKAGE_LIBREADLINE
help help

View File

@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBSQLITE2
prompt "libsqlite2 - Self-contained, embeddable, zero-configuration SQL database engine (v2.x)" prompt "libsqlite2 - Self-contained, embeddable, zero-configuration SQL database engine (v2.x)"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_SQLITE2 select BR2_COMPILE_SQLITE2
select BR2_PACKAGE_LIBNCURSES select BR2_PACKAGE_LIBNCURSES
select BR2_PACKAGE_LIBREADLINE select BR2_PACKAGE_LIBREADLINE
help help