aboutsummaryrefslogtreecommitdiffstats
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 @@
+DESCRIPTION = "An accessibility toolkit for GNOME."
+HOMEPAGE = "http://live.gnome.org/GAP/"
+BUGTRACKER = "https://bugzilla.gnome.org/"
+
+LICENSE = "LGPLv2 & LGPLv2+"
+
+SECTION = "x11/libs"
+PRIORITY = "optional"
+
+DEPENDS = "glib-2.0 gtk-doc-native"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-glibtest"