diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-08-18 22:31:33 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-19 11:54:59 +0200 |
commit | 820d71b058436bbf168d7f87616e6cafaafb8b4e (patch) | |
tree | 0fcc77b478a5a30ffd0e87b76ef1a18a6595570a /recipes | |
parent | d53e913c2aeb27714657051f069a2b27f13acb7a (diff) |
atk: add 1.27.90
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/atk/atk_1.27.90.bb | 16 |
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 +} + + |