aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/atk/atk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/atk/atk.inc')
-rw-r--r--meta-oe/recipes-support/atk/atk.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/atk/atk.inc b/meta-oe/recipes-support/atk/atk.inc
new file mode 100644
index 0000000000..a508012cfb
--- /dev/null
+++ b/meta-oe/recipes-support/atk/atk.inc
@@ -0,0 +1,11 @@
+DESCRIPTION = "An accessibility toolkit for GNOME."
+SECTION = "x11/libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+DEPENDS = "glib-2.0 gtk-doc-native"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-glibtest"
+