]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/ccid/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / ccid / Config.in
index e3c71f84ef841c55ca78f00887268c43270afc40..f5bb5830bbc4d4dcc4e6c0507c39eddda712c24e 100644 (file)
@@ -4,7 +4,7 @@ config BR2_PACKAGE_CCID
        select BR2_PACKAGE_LIBUSB
        depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
        depends on BR2_USE_MMU # pcsc-lite
-       depends on !BR2_PREFER_STATIC_LIB # pcsc-lite
+       depends on !BR2_STATIC_LIBS # pcsc-lite
        help
          PC/SC driver for USB CCID smart card readers
 
@@ -12,4 +12,4 @@ config BR2_PACKAGE_CCID
 
 comment "ccid 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