blob: 4a1661927ba7eb92695f5a2c0c73d8942f833963 (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_ATK
bool "atk"
select BR2_PACKAGE_PKGCONFIG
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
|