diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-08-05 13:21:57 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-08 11:20:04 +0200 |
commit | 2bc6b78b36737e10a856a28eee216b8d73e60bf9 (patch) | |
tree | 1ca019b7ce2219ee2ce3d5f3245a1a4ce90903e1 /recipes | |
parent | ab91c4b0b539a288c6b2b3029a230806721a0af6 (diff) |
libgail-gnome: add 1.20.1
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/libgail-gnome_1.20.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gnome/libgail-gnome_1.20.1.bb b/recipes/gnome/libgail-gnome_1.20.1.bb new file mode 100644 index 0000000000..a7527cacef --- /dev/null +++ b/recipes/gnome/libgail-gnome_1.20.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION="Gnome Accessibility library" +LICENSE="GPLv2" + +PR ="r0" + +DEPENDS="atk gtk+ libbonobo libbonoboui gnome-panel at-spi" + +inherit gnome + +do_stage() { + autotools_stage_all +} + +FILES_${PN} += "${libdir}/gtk-2.0/modules/*.so" +FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug" + |