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