1config BR2_PACKAGE_GFLAGS 2 bool "gflags" 3 depends on BR2_INSTALL_LIBSTDCPP 4 help 5 The gflags package contains a C++ library that implements 6 commandline flags processing. It includes built-in support for 7 standard types such as string and the ability to define flags 8 in the source file in which they are used. 9 10 https://github.com/gflags/gflags 11 12comment "gflags needs a toolchain w/ C++" 13 depends on !BR2_INSTALL_LIBSTDCPP 14