kumquat-buildroot/package/atk/Config.in
Peter Korsgaard a5ac61715b buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00

11 lines
256 B
Plaintext

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