Config.in 434 B

12345678910111213
  1. config 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. https://github.com/gflags/gflags
  10. comment "gflags needs a toolchain w/ C++"
  11. depends on !BR2_INSTALL_LIBSTDCPP