The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cegui06 / Config.in
1 comment "cegui06 needs a toolchain w/ C++, threads, dynamic library"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
3
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!
19
20           http://www.cegui.org.uk/