2016-07-31 14:45:50 +02:00
|
|
|
config BR2_PACKAGE_SHAPELIB
|
|
|
|
bool "shapelib"
|
2017-12-17 00:53:01 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
select BR2_PACKAGE_PROJ
|
2016-07-31 14:45:50 +02:00
|
|
|
help
|
|
|
|
The Shapefile C Library provides the ability to write simple
|
|
|
|
C programs for reading, writing and updating (to a limited
|
|
|
|
extent) ESRI Shapefiles, and the associated attribute file
|
|
|
|
(.dbf).
|
|
|
|
|
|
|
|
http://shapelib.maptools.org/
|
2017-12-17 00:53:01 +01:00
|
|
|
|
|
|
|
comment "shapelib needs a toolchain w/ C++, threads"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|