]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/cppdb/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / cppdb / Config.in
index 19c9419d49ea8e3c973d75f970e18fb18ee8f51a..9037a7a0c67625eaff3e3c669e22ae138d1f3b09 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_CPPDB
        bool "cppdb"
        # dlfcn.h
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_HAS_THREADS
        # Can be built without them but it's useless
@@ -16,4 +16,4 @@ config BR2_PACKAGE_CPPDB
 comment "cppdb needs a toolchain w/ C++, threads, dynamic library"
        depends on BR2_PACKAGE_MYSQL || BR2_PACKAGE_POSTGRESQL || BR2_PACKAGE_SQLITE
        depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
-               BR2_PREFER_STATIC_LIB
+               BR2_STATIC_LIBS