From ab91c4b0b539a288c6b2b3029a230806721a0af6 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 5 Aug 2009 13:07:32 -0700 Subject: at-spi: add 1.26.0 --- recipes/gnome/at-spi_1.26.0.bb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes/gnome/at-spi_1.26.0.bb (limited to 'recipes/gnome/at-spi_1.26.0.bb') diff --git a/recipes/gnome/at-spi_1.26.0.bb b/recipes/gnome/at-spi_1.26.0.bb new file mode 100644 index 0000000000..c2e8744b3c --- /dev/null +++ b/recipes/gnome/at-spi_1.26.0.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Assistive Technology Service Provider Interface for GNOME." +SECTION = "x11/libs" +PRIORITY = "optional" +LICENSE = "LGPL" + +DEPENDS = "gtk+ atk libbonobo orbit2" +RDEPENDS_${PN} = "libgail-gnome gtk-module-gail" + +inherit gnome + +do_stage () { + autotools_stage_all +} + +FILES_${PN} += " \ + ${libdir}/bonobo \ + ${libdir}/gtk-2.0 \ + ${libdir}/orbit-2.0 \ + ${datadir}/idl \ + " + +FILES_${PN}-dbg += " \ + ${libdir}/gtk-2.0/modules/.debug \ + ${libdir}/orbit-2.0/.debug \ + " + + -- cgit 1.2.3-korg