summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/atk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/atk/atk.inc')
-rw-r--r--meta/recipes-support/atk/atk.inc14
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 @@
1DESCRIPTION = "An accessibility toolkit for GNOME."
2HOMEPAGE = "http://live.gnome.org/GAP/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "LGPLv2 & LGPLv2+"
6
7SECTION = "x11/libs"
8PRIORITY = "optional"
9
10DEPENDS = "glib-2.0 gtk-doc-native"
11
12inherit autotools pkgconfig
13
14EXTRA_OECONF = "--disable-glibtest"