aboutsummaryrefslogtreecommitdiffstats
path: root/package/cegui06/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2012-12-16 06:56:12 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-16 21:00:56 +0100
commit303c922c62d2eb08ce3ffb02206b9bf959b305dc (patch)
treec3648b5da99dc0b9c0fab158811690a89b17cd52 /package/cegui06/Config.in
parentdf07240d6fb4c60ecc65a54ea10dfc729773a803 (diff)
downloadbuildroot-novena-303c922c62d2eb08ce3ffb02206b9bf959b305dc.tar.gz
buildroot-novena-303c922c62d2eb08ce3ffb02206b9bf959b305dc.zip
package/cegui06: new package
Although there are more recent versions of CEGUI, we are stuck with 0.6.2b for use by spice. [Peter: add C++ dependency] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/cegui06/Config.in')
-rw-r--r--package/cegui06/Config.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/cegui06/Config.in b/package/cegui06/Config.in
new file mode 100644
index 000000000..5ce9700da
--- /dev/null
+++ b/package/cegui06/Config.in
@@ -0,0 +1,19 @@
+comment "cegui06 needs a toolchain with C++ and threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
+
+config BR2_PACKAGE_CEGUI06
+ bool "cegui06"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_INSTALL_LIBSTDCPP
+ 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/