2020-03-23 19:03:30 +01:00
|
|
|
comment "cegui needs a toolchain w/ C++, threads, dynamic library, wchar"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP \
|
|
|
|
|| BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
2012-12-16 07:56:12 +01:00
|
|
|
|
2020-03-23 19:03:30 +01:00
|
|
|
config BR2_PACKAGE_CEGUI
|
|
|
|
bool "cegui"
|
2012-12-16 07:56:12 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2020-03-23 19:03:30 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
select BR2_PACKAGE_GLM
|
2020-06-23 21:19:07 +02:00
|
|
|
select BR2_PACKAGE_LIBGLFW if BR2_PACKAGE_HAS_LIBGL # SampleBrowser dependency
|
2020-03-23 19:03:30 +01:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2012-12-16 07:56:12 +01:00
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
Crazy Eddie's GUI System is a free library providing windowing
|
|
|
|
and widgets for graphics APIs / engines where such
|
|
|
|
functionality is not natively available, or severely lacking.
|
|
|
|
The library is object orientated, written in C++, and targeted
|
|
|
|
at games developers who should be spending their time creating
|
|
|
|
great games, not building GUI sub-systems!
|
2013-11-11 17:23:23 +01:00
|
|
|
|
2012-12-16 07:56:12 +01:00
|
|
|
http://www.cegui.org.uk/
|