d1284c5022
Fixes: http://autobuild.buildroot.org/results/caf/caf421629f4465cd347dc40af0b559c4d9b0c09f/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
21 lines
788 B
Plaintext
21 lines
788 B
Plaintext
comment "cegui06 needs a toolchain w/ C++, threads, dynamic library"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || BR2_PREFER_STATIC_LIB
|
|
|
|
config BR2_PACKAGE_CEGUI06
|
|
bool "cegui06"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
select BR2_PACKAGE_EXPAT
|
|
select BR2_PACKAGE_FREETYPE
|
|
select BR2_PACKAGE_PCRE
|
|
help
|
|
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!
|
|
|
|
http://www.cegui.org.uk/
|