diff options
Diffstat (limited to 'meta/recipes-support/atk/atk.inc')
| -rw-r--r-- | meta/recipes-support/atk/atk.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/atk.inc b/meta/recipes-support/atk/atk.inc new file mode 100644 index 0000000000..899d360e1a --- /dev/null +++ b/meta/recipes-support/atk/atk.inc | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "An accessibility toolkit for GNOME." | ||
| 2 | HOMEPAGE = "http://live.gnome.org/GAP/" | ||
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
| 4 | |||
| 5 | LICENSE = "LGPLv2 & LGPLv2+" | ||
| 6 | |||
| 7 | SECTION = "x11/libs" | ||
| 8 | PRIORITY = "optional" | ||
| 9 | |||
| 10 | DEPENDS = "glib-2.0 gtk-doc-native" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--disable-glibtest" | ||
