|
@@ -1,20 +0,0 @@
|
|
|
-config BR2_PACKAGE_GOB2
|
|
|
- bool "gob2"
|
|
|
- depends on BR2_USE_WCHAR # glib2
|
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
|
|
- depends on BR2_USE_MMU # bison, glib2
|
|
|
- select BR2_PACKAGE_LIBGLIB2
|
|
|
- select BR2_PACKAGE_FLEX
|
|
|
- select BR2_PACKAGE_BISON
|
|
|
- # development tool, useless on the target
|
|
|
- depends on BR2_DEPRECATED_SINCE_2014_02
|
|
|
- help
|
|
|
- GOB (GTK+ Object Builder) is a preprocessor which simplifies
|
|
|
- the writing of GObjects in C.
|
|
|
-
|
|
|
- http://www.jirka.org/gob.html
|
|
|
-
|
|
|
-comment "gob2 needs a toolchain w/ wchar"
|
|
|
- depends on BR2_USE_MMU
|
|
|
- depends on BR2_DEPRECATED_SINCE_2014_02
|
|
|
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|