Config.in 695 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_ASSIMP
  2. bool "assimp"
  3. # All gcc versions affected by
  4. # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71124, that
  5. # cause an infinite loop in gcc when building this package.
  6. depends on !BR2_microblaze
  7. depends on BR2_INSTALL_LIBSTDCPP
  8. select BR2_PACKAGE_ZLIB
  9. help
  10. Open Asset Import Library (assimp) is a portable Open Source
  11. library to import various well-known 3D model formats in a
  12. uniform manner. The most recent version also knows how to
  13. export 3d files and is therefore suitable as a general-purpose
  14. 3D model converter.
  15. http://www.assimp.org
  16. comment "assimp needs a toolchain w/ C++"
  17. depends on !BR2_microblaze
  18. depends on !BR2_INSTALL_LIBSTDCPP