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
|
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-07-15 21:47:50 +02:00
|
|
|
comment "vala requires a toolchain with WCHAR and threading support"
|
|
|
|
depends on BR2_DEPRECATED && (!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS)
|