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
|
2009-05-04 16:08:24 +02:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
select BR2_PACKAGE_FLEX
|
2010-02-21 13:21:39 +01:00
|
|
|
select BR2_PACKAGE_FLEX_LIBFL
|
2009-05-04 16:08:24 +02:00
|
|
|
select BR2_PACKAGE_BISON
|
|
|
|
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
|
|
|
|
|
|
|
comment "gob2 requires a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|