board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / assimp / Config.in
blob93020f72382a49bf0b9073df2636ad37c7636b86
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 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.
15           http://www.assimp.org
17 comment "assimp needs a toolchain w/ C++"
18         depends on !BR2_microblaze
19         depends on !BR2_INSTALL_LIBSTDCPP