]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/libuci/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / libuci / Config.in
index 761ae6e463c41dd12c3e98ba6ccc67b7850e20e8..2f4ad40487cf158a666877af1576ec1bce242d4f 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBUCI
        bool "libuci"
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        select BR2_PACKAGE_LIBUBOX
        help
          This library originates from the OpenWrt project to
@@ -13,4 +13,4 @@ config BR2_PACKAGE_LIBUCI
          http://wiki.openwrt.org/doc/techref/uci
 
 comment "libuci needs a toolchain w/ dynamic library"
-       depends on BR2_PREFER_STATIC_LIB
+       depends on BR2_STATIC_LIBS