aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/atk/atk.inc
blob: 604e6ca38fcd11a09c8d9aa19078c5fbdbc8b957 (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "An accessibility toolkit for GNOME."
SECTION = "x11/libs"
LICENSE = "LGPL"

DEPENDS = "glib-2.0 gtk-doc-native"

inherit autotools pkgconfig

EXTRA_OECONF = "--disable-glibtest"