xref: /OK3568_Linux_fs/buildroot/package/fmt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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