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