diff options
Diffstat (limited to 'package/ntfs-3g')
-rw-r--r-- | package/ntfs-3g/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in index be19a579e..10db8a3b1 100644 --- a/package/ntfs-3g/Config.in +++ b/package/ntfs-3g/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_NTFS_3G bool "ntfs-3g" depends on BR2_LARGEFILE depends on BR2_USE_WCHAR + depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU help The NTFS-3G driver is an open source, freely available @@ -29,5 +30,5 @@ config BR2_PACKAGE_NTFS_3G_NTFSPROGS endif -comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support" - depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) +comment "ntfs-3g requires a toolchain with LARGEFILE, WCHAR and threads support" + depends on !(BR2_LARGEFILE && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS) |