瀏覽代碼

ntfs-3g: fix incorrect comment dependency

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>
Ryan Barnett 10 年之前
父節點
當前提交
01d389191f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/ntfs-3g/Config.in

+ 1 - 1
package/ntfs-3g/Config.in

@@ -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