ntfs-3g: fix incorrect comment dependency
authorRyan Barnett <ryan.barnett@rockwellcollins.com>
Mon, 13 Jul 2015 20:38:27 +0000 (15:38 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 13 Jul 2015 20:38:47 +0000 (22:38 +0200)
The comment for ntfs-3g displays even when the package has met its
necessary dependencies.

Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ntfs-3g/Config.in

index a860498d64c1962926a1ae0f07e8f9a3b6449cba..d6d1481ad2935c9dc5adb641cf7a1747b2e64464 100644 (file)
@@ -32,4 +32,4 @@ endif
 
 comment "ntfs-3g needs a toolchain w/ wchar, threads, dynamic library"
        depends on BR2_USE_MMU
-       depends on !(BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS && BR2_STATIC_LIBS)
+       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS