Config.in 366 B

12345678910111213
  1. config 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. https://fmt.dev
  10. comment "fmt needs a toolchain w/ C++, wchar"
  11. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR