Make atk depend on packets, instead of selecting them

This commit is contained in:
Ulf Samuelsson 2007-11-29 13:02:58 +00:00
parent ac4074b6ab
commit d4939be6a8

View File

@ -1,6 +1,9 @@
config BR2_PACKAGE_ATK
bool "atk"
default n
select BR2_PACKAGE_LIBGLIB2
depends BR2_PACKAGE_LIBGLIB2
help
The ATK accessibility toolkit, needed to build GTK+-2.x.
comment "atk - disabled (requires libglib2)"
depends !BR2_PACKAGE_LIBGLIB2