summaryrefslogtreecommitdiffstats
path: root/package/libglib2/Config.in
blob: cc1d6e27bf9ee7c6712d08a8c871a3b12434d931 (plain)
1
2
3
4
5
6
7
8
9
config BR2_PACKAGE_LIBGLIB2
	bool "libglib2"
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
	select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT
	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
	help
	  Low-level core library that forms the basis of GTK+ and GNOME.

	  http://www.gtk.org/