Config.in 512 B

123456789101112131415
  1. config BR2_PACKAGE_ASSIMP
  2. bool "assimp"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_WCHAR
  5. help
  6. Open Asset Import Library (assimp) is a portable Open Source
  7. library to import various well-known 3D model formats in a
  8. uniform manner. The most recent version also knows how to
  9. export 3d files and is therefore suitable as a general-purpose
  10. 3D model converter.
  11. http://www.assimp.org
  12. comment "assimp needs a toolchain w/ C++, wchar"
  13. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR