xref: /OK3568_Linux_fs/buildroot/package/libgeos/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBGEOS
2*4882a593Smuzhiyun	bool "libgeos"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
5*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
6*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  GEOS (Geometry Engine - Open Source) is a C++ port of the
9*4882a593Smuzhiyun	  JTS Topology Suite (JTS). It aims to contain the complete
10*4882a593Smuzhiyun	  functionality of JTS in C++. This includes all the OpenGIS
11*4882a593Smuzhiyun	  Simple Features for SQL spatial predicate functions and
12*4882a593Smuzhiyun	  spatial operators, as well as specific JTS enhanced functions.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  https://trac.osgeo.org/geos
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "libgeos needs a toolchain w/ C++, wchar, not binutils bug 21464, 27597"
17*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
18*4882a593Smuzhiyun		   BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464 || \
19*4882a593Smuzhiyun		   BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
20