projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40b8127
)
ntfs-3g: needs wchar support in toolchain
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 30 Mar 2009 11:53:48 +0000
(11:53 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 30 Mar 2009 11:53:48 +0000
(11:53 -0000)
Closes #187.
package/ntfs-3g/Config.in
patch
|
blob
|
history
diff --git
a/package/ntfs-3g/Config.in
b/package/ntfs-3g/Config.in
index f8e3459583f58e35e3de93324592a981cc279c06..08ee6d4cd64b8ae38a8d81d63d680b94d54c409b 100644
(file)
--- a/
package/ntfs-3g/Config.in
+++ b/
package/ntfs-3g/Config.in
@@
-5,6
+5,7
@@
config BR2_PACKAGE_NTFS-3G
bool "ntfs-3g"
select BR2_PACKAGE_LIBFUSE
depends on BR2_LARGEFILE
+ depends on BR2_WCHAR
help
The NTFS-3G driver is an open source, freely available
read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
@@
-15,5
+16,5
@@
config BR2_PACKAGE_NTFS-3G
http://www.ntfs-3g.org/
-comment "ntfs-3g requires a toolchain with LARGEFILE support"
- depends on !
BR2_LARGEFILE
+comment "ntfs-3g requires a toolchain with LARGEFILE
and WCHAR
support"
+ depends on !
(BR2_LARGEFILE && BR2_WCHAR)