aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/atk/atk_1.28.0.bb
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-10-06 21:23:53 -0700
committerKoen Kooi <koen@openembedded.org>2009-10-07 21:16:22 +0200
commite8e386a5f8e4f4ff57177532fee37eaed3900b3c (patch)
tree470ec846e774926a4a8aa44ca58999bf0c0fb2eb /recipes/atk/atk_1.28.0.bb
parent0fe4a6841be4e9e56da6fd5147e3f44e0c6be0b8 (diff)
downloadopenembedded-e8e386a5f8e4f4ff57177532fee37eaed3900b3c.tar.gz
atk: add 1.28.0
Diffstat (limited to 'recipes/atk/atk_1.28.0.bb')
-rw-r--r--recipes/atk/atk_1.28.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/atk/atk_1.28.0.bb b/recipes/atk/atk_1.28.0.bb
new file mode 100644
index 0000000000..cbeebe4c6b
--- /dev/null
+++ b/recipes/atk/atk_1.28.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "An accessibility toolkit for GNOME."
+SECTION = "x11/libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+DEPENDS = "glib-2.0 gtk-doc-native"
+
+inherit gnome
+
+EXTRA_OECONF = "--disable-glibtest"
+
+do_stage () {
+ autotools_stage_all
+}
+
+