package/exfatprogs: needs wchar
exfatprogs unconditionally uses wchar_t in libexfat.h Fixes: - http://autobuild.buildroot.org/results/884bbaec2bbbff33c30a0bebda3d95198aa1281c Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9de136ffeb
commit
f5d2f8bb53
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_EXFATPROGS
|
||||
bool "exfatprogs"
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
exFAT filesystem userspace utilities.
|
||||
|
||||
@ -11,3 +12,6 @@ config BR2_PACKAGE_EXFATPROGS
|
||||
programs in package/exfat-utils.
|
||||
|
||||
https://github.com/exfatprogs/exfatprogs
|
||||
|
||||
comment "exfatprogs needs a toolchain w/ wchar"
|
||||
depends on !BR2_USE_WCHAR
|
||||
|
Loading…
Reference in New Issue
Block a user