package/bullet: needs wchar
bullet needs wchar since bump to version 3.09 in commit
28b4947ed8
:
/home/giuliobenetti/autobuild/run/instance-0/output-1/build/bullet-3.09/examples/ThirdPartyLibs/Gwen/Structures.h:42:14: error: 'wstring' in namespace 'std' does not name a type
42 | typedef std::wstring UnicodeString;
| ^~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/2b1158970fc45e9ebd4be4d726352166ed417a1f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
9d60b443e7
commit
97be782fd4
@ -2,11 +2,13 @@ config BR2_PACKAGE_BULLET
|
||||
bool "bullet"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on !BR2_STATIC_LIBS # dlfcn.h
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
Bullet is a Collision Detection and Rigid Body Dynamics
|
||||
Library.
|
||||
|
||||
http://bulletphysics.org
|
||||
|
||||
comment "bullet needs a toolchain w/ C++, dynamic library"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
|
||||
comment "bullet needs a toolchain w/ C++, dynamic library, wchar"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
|
||||
!BR2_USE_WCHAR
|
||||
|
Loading…
Reference in New Issue
Block a user