Config.in 643 B

123456789101112131415161718
  1. config BR2_PACKAGE_LIBGEOTIFF
  2. bool "libgeotiff"
  3. depends on BR2_INSTALL_LIBSTDCPP # proj
  4. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # proj
  5. depends on BR2_TOOLCHAIN_HAS_THREADS # proj
  6. depends on BR2_USE_WCHAR # proj
  7. select BR2_PACKAGE_PROJ
  8. select BR2_PACKAGE_TIFF
  9. help
  10. Libgeotiff is an open source library normally hosted on top of
  11. libtiff for reading, and writing GeoTIFF information tags.
  12. https://github.com/OSGeo/libgeotiff
  13. comment "libgeotiff needs a toolchain w/ C++, gcc >= 4.7, threads, wchar"
  14. depends on !BR2_INSTALL_LIBSTDCPP || \
  15. !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \
  16. !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR