aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/atk
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-08-18 22:31:33 -0700
committerKoen Kooi <koen@openembedded.org>2009-08-19 11:54:59 +0200
commit820d71b058436bbf168d7f87616e6cafaafb8b4e (patch)
tree0fcc77b478a5a30ffd0e87b76ef1a18a6595570a /recipes/atk
parentd53e913c2aeb27714657051f069a2b27f13acb7a (diff)
downloadopenembedded-820d71b058436bbf168d7f87616e6cafaafb8b4e.tar.gz
atk: add 1.27.90
Diffstat (limited to 'recipes/atk')
-rw-r--r--recipes/atk/atk_1.27.90.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/atk/atk_1.27.90.bb b/recipes/atk/atk_1.27.90.bb
new file mode 100644
index 0000000000..cbeebe4c6b
--- /dev/null
+++ b/recipes/atk/atk_1.27.90.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
+}
+
+