summaryrefslogtreecommitdiffstats
path: root/package/atk/Config.in
blob: baa153b76a119f78ae3e7443ca4c5cd39395f130 (plain)
1
2
3
4
5
6
7
8
9
10
config BR2_PACKAGE_ATK
	bool "atk"
	select BR2_PACKAGE_PKGCONFIG
	default n
	depends on BR2_PACKAGE_LIBGLIB2
	help
	  The ATK accessibility toolkit, needed to build GTK+-2.x.

comment "atk		- disabled (requires libglib2)"
	depends on !BR2_PACKAGE_LIBGLIB2