From 58d3b5b6e3622108f695688bb318471625130d2b Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 27 Jun 2004 17:11:52 +0000 Subject: install libgail-util into staging. ship gtk modules in gail package BKrev: 40deffd8iqNkqeHAzsNXvK3HuJa4qA --- gail/gail_1.6.6.oe | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'gail') diff --git a/gail/gail_1.6.6.oe b/gail/gail_1.6.6.oe index e69de29bb2..0db9313d3e 100644 --- a/gail/gail_1.6.6.oe +++ b/gail/gail_1.6.6.oe @@ -0,0 +1,15 @@ +PR = "r1" +DESCRIPTION = "GNOME Accessibility Implementation Library" +DEPENDS = "gtk+" + +inherit gnome + +EXTRA_OECONF = "--disable-gtk-doc" + +FILES_${PN} += "${libdir}/gtk+-2.0/modules/*.so" + +do_stage() { + gnome_stage_includes + oe_libinstall -C gail -so libgail ${STAGING_LIBDIR} + oe_libinstall -C libgail-util -so libgailutil ${STAGING_LIBDIR} +} -- cgit v1.2.3