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

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