2007-01-11 08:44:14 +01:00
|
|
|
config BR2_PACKAGE_ATK
|
|
|
|
bool "atk"
|
2008-08-27 00:37:20 +02:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
2007-01-11 08:44:14 +01:00
|
|
|
help
|
|
|
|
The ATK accessibility toolkit, needed to build GTK+-2.x.
|
2010-05-25 23:38:44 +02:00
|
|
|
|
2013-07-15 21:47:50 +02:00
|
|
|
comment "atk requires a toolchain with WCHAR and threading support"
|
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|