2009-05-04 16:08:24 +02:00
|
|
|
config BR2_PACKAGE_GOB2
|
|
|
|
bool "gob2"
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU # bison, glib2
|
2009-05-04 16:08:24 +02:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
select BR2_PACKAGE_FLEX
|
|
|
|
select BR2_PACKAGE_BISON
|
2013-12-27 12:50:20 +01:00
|
|
|
# development tool, useless on the target
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2014_02
|
2009-05-04 16:08:24 +02:00
|
|
|
help
|
|
|
|
GOB (GTK+ Object Builder) is a preprocessor which simplifies
|
|
|
|
the writing of GObjects in C.
|
|
|
|
|
|
|
|
http://www.jirka.org/gob.html
|
2010-05-25 23:38:44 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "gob2 needs a toolchain w/ wchar"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2014-01-03 17:02:50 +01:00
|
|
|
depends on BR2_DEPRECATED_SINCE_2014_02
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|