]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/dmraid/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / dmraid / Config.in
index 2e3a3fafb2998516562a88c82b9249302ecd4bda..0e33a0da13c0ba2b15947b6b0ac31aa54b8aa30d 100644 (file)
@@ -3,7 +3,7 @@ config BR2_PACKAGE_DMRAID
        depends on BR2_LARGEFILE
        depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
        depends on BR2_USE_MMU # lvm2
-       depends on !BR2_PREFER_STATIC_LIB # lvm2
+       depends on !BR2_STATIC_LIBS # lvm2
        select BR2_PACKAGE_LVM2
        help
          dmraid discovers, activates, deactivates and displays properties
@@ -14,5 +14,5 @@ config BR2_PACKAGE_DMRAID
 
 comment "dmraid needs a toolchain w/ largefile, threads, dynamic library"
        depends on BR2_USE_MMU
-       depends on !BR2_LARGEFILE || BR2_PREFER_STATIC_LIB || \
+       depends on !BR2_LARGEFILE || BR2_STATIC_LIBS || \
                !BR2_TOOLCHAIN_HAS_THREADS