]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/bluez_utils/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / bluez_utils / Config.in
index 9efd83df6c501ad6901aa1fdd5d85e8d7e9088eb..c4760b29a3eca812696699dc9c83f7a61bb8fd86 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_BLUEZ_UTILS
        bool "bluez-utils"
        depends on !BR2_avr32
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        depends on BR2_USE_WCHAR # libglib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
        depends on BR2_USE_MMU # dbus, libglib2
@@ -48,4 +48,4 @@ endif
 
 comment "bluez-utils needs a toolchain w/ wchar, threads, dynamic library"
        depends on !BR2_avr32 && BR2_USE_MMU
-       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
+       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS