package/rpcbind: fix musl build
[buildroot-gz.git] / package / mtools / Config.in
blobe51bac121c439c8fab95b321ade64183e285e9ca
1 config BR2_PACKAGE_MTOOLS
2         bool "mtools"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         help
6           Mtools is a collection of utilities to access MS-DOS disks from
7           Unix without mounting them. It supports Win'95 style long file
8           names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high
9           density 3 1/2 disk).
11           http://www.gnu.org/software/mtools/
13 comment "mtools needs a toolchain w/ wchar"
14         depends on !BR2_USE_WCHAR
15         depends on BR2_USE_MMU