logrotate: enable selinux support
[buildroot-gz.git] / package / cegui06 / Config.in
blobe6a024a3995643bcc6b275889cc5989d279bebf4
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
5         bool "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
12         help
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
18           GUI sub-systems!
20           http://www.cegui.org.uk/