]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/exfat/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / exfat / Config.in
index 92e6c381705e4358bb9c6d83326b0e8948511646..e5e17e9ce826b8620761a1b1a000047f44578354 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_EXFAT
        depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
        depends on BR2_USE_MMU # libfuse
        depends on BR2_USE_WCHAR
-       depends on !BR2_PREFER_STATIC_LIB # libfuse
+       depends on !BR2_STATIC_LIBS # libfuse
        select BR2_PACKAGE_LIBFUSE
        help
          A full-featured exFAT file system implementation for GNU/Linux
@@ -14,4 +14,4 @@ config BR2_PACKAGE_EXFAT
 
 comment "exfat needs a toolchain w/ largefile, wchar, threads, dynamic library"
        depends on BR2_USE_MMU
-       depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
+       depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_STATIC_LIBS