1 config BR2_PACKAGE_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
10 Open Asset Import Library (assimp) is a portable Open Source
11 library to import various well-known 3D model formats in a uniform
12 manner. The most recent version also knows how to export 3d files
13 and is therefore suitable as a general-purpose 3D model converter.
17 comment "assimp needs a toolchain w/ C++"
18 depends on !BR2_microblaze
19 depends on !BR2_INSTALL_LIBSTDCPP