summaryrefslogtreecommitdiffstats
path: root/package/vala/Config.in
blob: 805c7707cff0d90c35200497249fe336b344d59d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_PACKAGE_VALA
	bool "vala"
	# We no longer support a toolchain on the target
	depends on BR2_DEPRECATED
	depends on BR2_USE_WCHAR # glib2
	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

comment "vala requires a toolchain with WCHAR support"
	depends on !BR2_USE_WCHAR