select BR2_PACKAGE_LIBCAP
select BR2_PACKAGE_ZLIB
depends on BR2_USE_MMU # fork
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
bool "cdrkit"
help
cdrkit is a suite of programs for recording CDs and DVDs,
extracting audio CD data, and more.
http://www.cdrkit.org/
-
-comment "cdrkit needs a toolchain w/ headers >= 3.0"
- depends on BR2_USE_MMU
- depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
config BR2_PACKAGE_DVDRW_TOOLS_CDRKIT_BACKEND
bool "cdrkit"
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # cdrkit
select BR2_PACKAGE_CDRKIT
help
Symlink mkisofs to genisoimage from the cdrkit package.
-comment "cdrkit needs a toolchain w/ headers >= 3.0"
- depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
-
config BR2_PACKAGE_DVDRW_TOOLS_XORRISO_BACKEND
bool "xorriso"
select BR2_PACKAGE_XORRISO
bool "fastd"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
depends on !BR2_STATIC_LIBS # libuecc
select BR2_PACKAGE_LIBUECC
select BR2_PACKAGE_LIBSODIUM
endif
-comment "fastd needs a toolchain w/ threads, headers >= 3.0, dynamic library"
+comment "fastd needs a toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS \
- || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \
|| BR2_STATIC_LIBS
config BR2_PACKAGE_LIBCAP
bool "libcap"
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # XATTR_NAME_CAPS
help
This library implements the user-space interfaces to the
POSIX 1003.1e capabilities available in Linux kernels. These
CONFIG_EXT2_FS_XATTR and CONFIG_EXT2_FS_SECURITY for ext2).
endif
-
-comment "libcap needs a toolchain w/ headers >= 3.0"
- depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
-comment "squid needs a toolchain w/ C++, headers >= 3.0"
+comment "squid needs a toolchain w/ C++"
depends on BR2_USE_MMU
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+ depends on !BR2_INSTALL_LIBSTDCPP
config BR2_PACKAGE_SQUID
bool "squid"
depends on BR2_INSTALL_LIBSTDCPP
# needs fork()
depends on BR2_USE_MMU
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap
select BR2_PACKAGE_LIBCAP
help
Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.