From afd65a8f2d4894a3767fbc1d83b354c275238766 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 29 Sep 2009 22:32:06 -0700 Subject: at-spi: add 1.28.0 --- recipes/gnome/at-spi_1.28.0.bb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 recipes/gnome/at-spi_1.28.0.bb (limited to 'recipes/gnome/at-spi_1.28.0.bb') diff --git a/recipes/gnome/at-spi_1.28.0.bb b/recipes/gnome/at-spi_1.28.0.bb new file mode 100644 index 0000000000..3639407eb6 --- /dev/null +++ b/recipes/gnome/at-spi_1.28.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 orbit2-native" +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 v1.2.3