]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/pcsc-lite/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / pcsc-lite / Config.in
index bd715bed17c9bb5ea1f882b059c84f6448c36321..658ebe3068923298a645a7c9d9c8295cb8ff8895 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_PCSC_LITE
        bool "pcsc-lite"
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU # fork()
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        help
          Middleware to access smart card using SCard API (PC/SC).
 
@@ -31,4 +31,4 @@ endif
 
 comment "pcsc-lite needs a toolchain w/ threads, dynamic library"
        depends on BR2_USE_MMU
-       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
+       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS