diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-27 17:11:52 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-27 17:11:52 +0000 |
commit | 58d3b5b6e3622108f695688bb318471625130d2b (patch) | |
tree | 42f30d3a442b40481eca235122fa5bb23f250806 /gail | |
parent | a877e6833ccd35e51d7bb531f1794e8c1a041346 (diff) |
install libgail-util into staging.
ship gtk modules in gail package
BKrev: 40deffd8iqNkqeHAzsNXvK3HuJa4qA
Diffstat (limited to 'gail')
-rw-r--r-- | gail/gail_1.6.6.oe | 15 |
1 files changed, 15 insertions, 0 deletions
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} +} |