|
@@ -1,11 +1,13 @@
|
|
|
-comment "cegui needs a toolchain w/ C++, threads, dynamic library, wchar"
|
|
|
+comment "cegui needs a toolchain w/ C++, threads, dynamic library, wchar, gcc >= 5"
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
|
|
|
- || BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
|
|
+ || BR2_STATIC_LIBS || !BR2_USE_WCHAR \
|
|
|
+ || !BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
|
|
|
|
config BR2_PACKAGE_CEGUI
|
|
|
bool "cegui"
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++11 PR59987
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
depends on BR2_USE_WCHAR
|
|
|
select BR2_PACKAGE_GLM
|