mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
config BR2_PACKAGE_NTFSPROGS
|
|
bool "ntfsprogs"
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
wide collection of NTFS utilities
|
|
|
|
http://www.linux-ntfs.org/
|
|
|
|
comment "ntfsprogs requires a toolchain with WCHAR and LARGEFILE support"
|
|
depends on !BR2_USE_WCHAR || !BR2_LARGEFILE
|