]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/vde2/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / vde2 / Config.in
index 18ff2e4bc841c1aee0bf10ebb306cb5452b42dc3..f640a4ae2a907b341e9019ae64feca460832dd03 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_VDE2
        bool "vde2"
        depends on BR2_USE_MMU # fork()
-       depends on !BR2_PREFER_STATIC_LIB # dlopen()
+       depends on !BR2_STATIC_LIBS # dlopen()
        help
          VDE is an ethernet compliant virtual network that can be
          spawned over a set of physical computers over the Internet.
@@ -11,4 +11,4 @@ config BR2_PACKAGE_VDE2
 
 comment "vde2 needs a toolchain w/ dynamic library"
        depends on BR2_USE_MMU
-       depends on BR2_PREFER_STATIC_LIB
+       depends on BR2_STATIC_LIBS