expedite: use a tar.bz2 tarball to save bandwitdh and disk space
[buildroot-gz.git] / package / gflags / Config.in
blobed059445ba6e3aa4a77da4175ed5f0398157412b
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.
10           https://github.com/gflags/gflags
12 comment "gflags needs a toolchain w/ C++"
13         depends on !BR2_INSTALL_LIBSTDCPP