summaryrefslogtreecommitdiffstats
path: root/package/glib-networking/Config.in
blob: 8d106f5632f8bed5a96ba01c4a32cd9a9630549f (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_GLIB_NETWORKING
	bool "glib-networking"
	depends on BR2_USE_WCHAR # glib2
	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
	select BR2_PACKAGE_LIBGLIB2
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
	help
	  Network-related GIO modules for glib.

comment "glib-networking requires a toolchain with WCHAR and threading support"
	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud