summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.in
blob: 4bf062a3b4f06f2c7c8dd328900af97f91d4ba95 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=host_gtk

config HOST_GLIB
	tristate
	# Note: as there may be systems with and without libiconv and
	#       glibc-iconv out there, we always use libiconv in our host
	#       tools. Otherwhise it is not possible to overcome the
	#       header check in glib.
	# FIXME what to do if we build a target system without iconv?
	select HOST_LIBICONV