]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/snmppp/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / snmppp / Config.in
index ef217f7241e66ca5d23fd20bbbcbbae1968c1c26..9e800fd57ea85e38f0dabfb96d57484ee8c4c3e9 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_SNMPPP
        bool "snmp++"
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_HAS_THREADS
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        help
          SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.
 
@@ -28,4 +28,4 @@ endif
 
 comment "snmp++ needs a toolchain w/ threads, C++, dynamic library"
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
-               BR2_PREFER_STATIC_LIB
+               BR2_STATIC_LIBS