]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - system/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / system / Config.in
index 39f27c706e903afd946c7af73cb7bfe3ca7cb478..a3b7aff36a0ac03298c6901b1d943204e79c8f83 100644 (file)
@@ -95,7 +95,7 @@ config BR2_INIT_SYSTEMD
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_TOOLCHAIN_HAS_SSP
        depends on BR2_USE_MMU
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7
        select BR2_PACKAGE_SYSTEMD
 
@@ -127,14 +127,14 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
        depends on !BR2_avr32 # eudev
        depends on BR2_LARGEFILE
        depends on BR2_USE_WCHAR
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        depends on BR2_USE_MMU # eudev
        select BR2_PACKAGE_EUDEV
 
 comment "eudev needs a toolchain w/ largefile, wchar, dynamic library"
        depends on !BR2_avr32 # eudev
        depends on BR2_USE_MMU
-       depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
+       depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS
 
 endchoice