mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
ntfsprogs: needs largefile support in toolchain
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
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 support"
|
||||
depends on !BR2_USE_WCHAR
|
||||
comment "ntfsprogs requires a toolchain with WCHAR and LARGEFILE support"
|
||||
depends on !BR2_USE_WCHAR || !BR2_LARGEFILE
|
||||
|
||||
Reference in New Issue
Block a user