]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/dtc/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / dtc / Config.in
index 194b012b0222db694eef887b25284e0f95d448c1..7b02dd22a9f162d9d6ece564040daaa96abbb2df 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_DTC
        bool "dtc (libfdt)"
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        help
          The Device Tree Compiler, dtc, takes as input a device-tree in
          a given format and outputs a device-tree in another format.
@@ -34,4 +34,4 @@ comment "dtdiff will not be installed: it requires bash"
 endif
 
 comment "dtc needs a toolchain w/ dynamic library"
-       depends on BR2_PREFER_STATIC_LIB
+       depends on BR2_STATIC_LIBS