2011-10-15 05:07:29 +02:00
|
|
|
config BR2_PACKAGE_VALA
|
|
|
|
bool "vala"
|
2013-03-25 12:42:36 +01:00
|
|
|
# We no longer support a toolchain on the target
|
|
|
|
depends on BR2_DEPRECATED
|
2011-10-15 05:07:29 +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 # glib2
|
2011-10-15 05:07:29 +02:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
|
|
help
|
|
|
|
Compiler for the GObject type system.
|
|
|
|
|
|
|
|
http://live.gnome.org/Vala
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "vala needs a toolchain w/ wchar, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_DEPRECATED
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|