buildrootschalter/package/lzma/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

21 lines
450 B
Plaintext

config BR2_PACKAGE_LZMA_TARGET
bool "Install lzma for the target system"
select BR2_GCC_CROSS_CXX
help
lzma utils on the target
http://tukaani.org/lzma/
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/