config BR2_PACKAGE_TEKUI
bool "tekui"
+ depends on !BR2_STATIC_LIBS
+ depends on BR2_PACKAGE_HAS_LUAINTERPRETER
+ depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_LUAFILESYSTEM # runtime only
select BR2_PACKAGE_LUAEXPAT # runtime only
select BR2_PACKAGE_LUASOCKET # runtime only
select BR2_PACKAGE_LUAPOSIX # runtime only
- depends on !BR2_STATIC_LIBS
- depends on BR2_PACKAGE_HAS_LUAINTERPRETER
- depends on BR2_TOOLCHAIN_HAS_THREADS
help
TekUI is a small, freestanding and portable graphical user interface
(GUI) toolkit written in Lua and C. It was initially developed for
config BR2_PACKAGE_TIFF_ZLIB
bool "Zlib usage (required for Deflate compression)"
- select BR2_PACKAGE_ZLIB
default y
+ select BR2_PACKAGE_ZLIB
config BR2_PACKAGE_TIFF_XZ
bool "XZ compression"
config BR2_PACKAGE_TIFF_PIXARLOG
bool "Pixar log-format algorithm (requires Zlib)"
- select BR2_PACKAGE_TIFF_ZLIB
default y
+ select BR2_PACKAGE_TIFF_ZLIB
config BR2_PACKAGE_TIFF_JPEG
bool "JPEG compression"
- select BR2_PACKAGE_JPEG
default y
+ select BR2_PACKAGE_JPEG
config BR2_PACKAGE_TIFF_OLD_JPEG
bool "Old JPEG decompression"
config BR2_PACKAGE_TINC
bool "tinc"
+ depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_LZO
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
- depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL
- depends on BR2_USE_MMU # fork()
help
tinc is a Virtual Private Network (VPN) daemon that uses
tunnelling and encryption to create a secure private network
config BR2_PACKAGE_TPM_TOOLS
bool "tpm-tools"
- select BR2_PACKAGE_TROUSERS
- select BR2_PACKAGE_OPENSSL
- select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
depends on BR2_TOOLCHAIN_HAS_THREADS # trousers
depends on !BR2_STATIC_LIBS # trousers
depends on !BR2_arc # trousers
+ select BR2_PACKAGE_TROUSERS
+ select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help
Tools to manage and diagnose a TPM
config BR2_PACKAGE_TROUSERS
bool "trousers"
- select BR2_PACKAGE_OPENSSL
- select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
depends on BR2_TOOLCHAIN_HAS_THREADS
# doesn't build properly in static only configurations
depends on !BR2_STATIC_LIBS
# ARC toolchain issue
depends on !BR2_arc
+ select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
The open-source TCG Software Stack (TSS).