1config BR2_PACKAGE_FMT 2 bool "fmt" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_USE_WCHAR 5 help 6 fmt is an open-source formatting library for C++. It can be 7 used as a safe alternative to printf or as a fast alternative 8 to IOStreams. 9 10 https://fmt.dev 11 12comment "fmt needs a toolchain w/ C++, wchar" 13 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR 14