Config.in 475 B

1234567891011121314
  1. config 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. http://shapelib.maptools.org/
  11. comment "shapelib needs a toolchain w/ C++, threads"
  12. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS