summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.in
blob: c9c09fcb4affa3fabc883eb978709759df3dc0cb (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
	select HOST_ZLIB	if GLIB_EXPERIMENTAL