summaryrefslogtreecommitdiffstats
path: root/package/dosfstools/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-03-01 06:24:04 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-01 23:02:52 +0100
commitd57f905d93bdb635c60c0213f0e4eaec2b0ace59 (patch)
tree69b8d60dbc0d3e60eff568aebd057cbbb0fd8e74 /package/dosfstools/Config.in
parent462f828228301cca5d08b3eb188e3a7e068d2063 (diff)
downloadbuildroot-novena-d57f905d93bdb635c60c0213f0e4eaec2b0ace59.tar.gz
buildroot-novena-d57f905d93bdb635c60c0213f0e4eaec2b0ace59.zip
dosfstools: bump to version 3.0.15
[Peter: update comment dependency, use DOSFSTOOLS_LDFLAGS for all flags] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dosfstools/Config.in')
-rw-r--r--package/dosfstools/Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/dosfstools/Config.in b/package/dosfstools/Config.in
index 1b9202699..2156a0418 100644
--- a/package/dosfstools/Config.in
+++ b/package/dosfstools/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_DOSFSTOOLS
bool "dosfstools"
depends on BR2_LARGEFILE
+ depends on BR2_USE_WCHAR
+ select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
Tools for creating and checking DOS FAT filesystems.
@@ -24,5 +26,5 @@ config BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL
help
Get or set the DOS FAT filesystem label.
-comment "dosfstools requires a toolchain with LARGEFILE support"
- depends on !BR2_LARGEFILE
+comment "dosfstools requires a toolchain with LARGEFILE and WCHAR support"
+ depends on !BR2_LARGEFILE || !BR2_USE_WCHAR