xref: /OK3568_Linux_fs/buildroot/package/libcgicc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBCGICC
2	bool "libcgicc"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  GNU cgicc is a C++ class library that greatly simplifies
6	  the creation of CGI applications for the World Wide Web.
7
8	  http://www.cgicc.com
9
10comment "libcgicc needs a toolchain w/ C++"
11	depends on !BR2_INSTALL_LIBSTDCPP
12