]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/assimp/Config.in
janus-gateway: rename options to have proper prefix
[coffee/buildroot.git] / package / assimp / Config.in
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
16           http://www.assimp.org
17
18 comment "assimp needs a toolchain w/ C++"
19         depends on !BR2_microblaze
20         depends on !BR2_INSTALL_LIBSTDCPP