]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/erlang/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / erlang / Config.in
index 0566582c1ecb418ae0933fe1102272ca39c2a931..56830dae448bdf8ff3616d600442b02a7bc8b405 100644 (file)
@@ -1,11 +1,11 @@
 comment "erlang needs a toolchain w/ threads, shared library"
-       depends on !BR2_TOOLCHAIN_HAS_THREADS && BR2_PREFER_STATIC_LIB
+       depends on !BR2_TOOLCHAIN_HAS_THREADS && BR2_STATIC_LIBS
 
 config BR2_PACKAGE_ERLANG
        bool "erlang"
        depends on BR2_USE_MMU # fork()
        depends on BR2_TOOLCHAIN_HAS_THREADS
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        help
          Erlang is a programming language used to build massively scalable
          soft real-time systems with requirements on high availability.