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