]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/elfutils/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / elfutils / Config.in
index 5d6e659d8954dec680ce02f74e5aec40f2c7997f..9f720986ef3285b7cc0781a36e8db17df8210328 100644 (file)
@@ -1,7 +1,7 @@
 comment "elfutils needs a toolchain w/ largefile, wchar, dynamic library"
        depends on !BR2_avr32
        depends on !BR2_bfin
-       depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
+       depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS
 
 config BR2_PACKAGE_ELFUTILS
        bool "elfutils"
@@ -9,7 +9,7 @@ config BR2_PACKAGE_ELFUTILS
        select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
        depends on BR2_LARGEFILE
        depends on BR2_USE_WCHAR
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        # canonicalize_file_name() not available on uClibc 0.9.31, used
        # only for AVR32
        depends on !BR2_avr32