aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/atk
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-08-05 13:30:39 -0700
committerKoen Kooi <koen@openembedded.org>2009-08-08 11:20:05 +0200
commit30f651216518cbc89ab64b38eaddb1d4417c0ef7 (patch)
tree65201a9ae226f9755029322f0ba5951e9a8540f4 /recipes/atk
parent2bc6b78b36737e10a856a28eee216b8d73e60bf9 (diff)
downloadopenembedded-30f651216518cbc89ab64b38eaddb1d4417c0ef7.tar.gz
atk: add 1.26.0
Diffstat (limited to 'recipes/atk')
-rw-r--r--recipes/atk/atk_1.26.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/atk/atk_1.26.0.bb b/recipes/atk/atk_1.26.0.bb
new file mode 100644
index 0000000000..cbeebe4c6b
--- /dev/null
+++ b/recipes/atk/atk_1.26.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
+}
+
+