491be12ca5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
config BR2_PACKAGE_VALA
|
|
bool "vala"
|
|
depends on BR2_USE_WCHAR # glib2
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
select BR2_PACKAGE_LIBINTL 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
|
|
|
|
comment "vala requires a toolchain with WCHAR support"
|
|
depends on !BR2_USE_WCHAR
|