diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-03 19:54:32 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-03 19:54:32 +0200 |
commit | 2eabfad538655123c7ec77b1ab9f9bc1f331aa54 (patch) | |
tree | 2a051a6fff78d4343333c344d162611b415dc39e /meta-gnome | |
parent | 70392922255804674adb7f19c1d42132bbc5ce2b (diff) |
libgnomecanvas: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948ea
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb new file mode 100644 index 0000000..936872f --- /dev/null +++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "A powerful object-oriented display" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" +SECTION = "x11/gnome/libs" + +inherit gnome + +DEPENDS = "libglade libart-lgpl virtual/gail xineramaproto" + +EXTRA_OECONF = "--disable-gtk-doc" + +FILES_${PN} += "${libdir}/libglade/*/libcanvas.so" +FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/" +FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas.*a" + +do_configure_prepend() { + sed -i -e s:docs::g ${S}/Makefile.am +} + +SRC_URI[archive.md5sum] = "9bbc635e5ae70e63af071af74ba7e72f" +SRC_URI[archive.sha256sum] = "80b480acc33d7303f651e9c5bc8fea51c9e9a9ed59ebfdbbb730dd798bcbc58d" |