1 comment "cegui06 needs a toolchain w/ C++, threads, dynamic library"
2 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
4 config BR2_PACKAGE_CEGUI06
6 depends on BR2_TOOLCHAIN_HAS_THREADS
7 depends on BR2_INSTALL_LIBSTDCPP
8 depends on !BR2_STATIC_LIBS
9 select BR2_PACKAGE_EXPAT
10 select BR2_PACKAGE_FREETYPE
11 select BR2_PACKAGE_PCRE
13 Crazy Eddie's GUI System is a free library providing windowing and
14 widgets for graphics APIs / engines where such functionality is not
15 natively available, or severely lacking. The library is object
16 orientated, written in C++, and targeted at games developers who
17 should be spending their time creating great games, not building
20 http://www.cegui.org.uk/