kumquat-buildroot/package/lzma/Config.in
Peter Korsgaard 2e1ca24a27 package: convert some Config.in selects to depends
Patch by Olaf Rempel <razzor@kopf-tisch.de>.

quick grep showed theses invalid selects of toolchain options.
2009-03-05 14:17:55 +00:00

24 lines
546 B
Plaintext

config BR2_PACKAGE_LZMA_TARGET
bool "Install lzma for the target system"
depends on BR2_GCC_CROSS_CXX
help
lzma utils on the target
http://tukaani.org/lzma/
comment "lzma requires a toolchain with C++ support"
depends on !BR2_GCC_CROSS_CXX
config BR2_PACKAGE_LZMA_TARGET_HEADERS
bool "lzma headers in target"
depends on BR2_PACKAGE_LZMA_TARGET
help
Put headers files in the target.
config BR2_PACKAGE_LZMA_HOST
bool "Install lzma for the host/build system"
help
lzma utils on the host
http://tukaani.org/lzma/