From 8a4d526ea0d3785636ccbfa1b1fe6ff3a529568b Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Mon, 30 Mar 2009 21:10:37 +0200 Subject: ntfs-3g: convert to Makefile.autotools.in - bump version to 2009.03.8 - internal fuse support, no longer depends on libfuse/pkgconfig - fix WCHAR dependency Signed-off-by: Peter Korsgaard --- package/ntfs-3g/Config.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'package/ntfs-3g/Config.in') diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in index 08ee6d4cd..6d737e624 100644 --- a/package/ntfs-3g/Config.in +++ b/package/ntfs-3g/Config.in @@ -1,11 +1,10 @@ comment "ntfs-3g has no inherent support for AVR32" - depends on BR2_avr32 && BR2_PACKAGE_NTFS-3G + depends on BR2_avr32 && BR2_PACKAGE_NTFS_3G -config BR2_PACKAGE_NTFS-3G +config BR2_PACKAGE_NTFS_3G bool "ntfs-3g" - select BR2_PACKAGE_LIBFUSE depends on BR2_LARGEFILE - depends on BR2_WCHAR + depends on BR2_USE_WCHAR help The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD, @@ -17,4 +16,4 @@ config BR2_PACKAGE_NTFS-3G http://www.ntfs-3g.org/ comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support" - depends on !(BR2_LARGEFILE && BR2_WCHAR) + depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) -- cgit v1.2.3