|
@@ -3,6 +3,7 @@ config BR2_PACKAGE_ASSIMP
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_USE_WCHAR
|
|
|
depends on BR2_PACKAGE_LIBZLIB
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
|
|
|
help
|
|
|
Open Asset Import Library (assimp) is a portable Open Source
|
|
|
library to import various well-known 3D model formats in a
|
|
@@ -18,3 +19,6 @@ comment "assimp needs a toolchain w/ C++, wchar"
|
|
|
|
|
|
comment "assimp needs libzlib"
|
|
|
depends on !BR2_PACKAGE_LIBZLIB
|
|
|
+
|
|
|
+comment "assimp needs exception_ptr"
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|