Commit 01d38919 authored by Ryan Barnett's avatar Ryan Barnett Committed by Thomas Petazzoni
Browse files

ntfs-3g: fix incorrect comment dependency



The comment for ntfs-3g displays even when the package has met its
necessary dependencies.

Signed-off-by: default avatarRyan Barnett <ryan.barnett@rockwellcollins.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent d3c8da4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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