xref: /OK3568_Linux_fs/buildroot/package/shapelib/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_SHAPELIB
2*4882a593Smuzhiyun	bool "shapelib"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  The Shapefile C Library provides the ability to write simple
7*4882a593Smuzhiyun	  C programs for reading, writing and updating (to a limited
8*4882a593Smuzhiyun	  extent) ESRI Shapefiles, and the associated attribute file
9*4882a593Smuzhiyun	  (.dbf).
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  http://shapelib.maptools.org/
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "shapelib needs a toolchain w/ C++, threads"
14*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
15