use gnome.oeclass
authorPhil Blundell <philb@gnu.org>
Sun, 27 Jun 2004 17:50:21 +0000 (17:50 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 27 Jun 2004 17:50:21 +0000 (17:50 +0000)
add glade to DEPENDS

BKrev: 40df08ddjFV5Iu8DpiycEA39fWQI-A

gnome/libgnomecanvas_2.6.1.1.oe

index e69de29..f1a89bd 100644 (file)
@@ -0,0 +1,14 @@
+PR = "r1"
+DESCRIPTION = "A powerful object-oriented display"
+inherit gnome
+
+DEPENDS = "gnome-vfs libbonobo libglade"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+FILES_${PN} += "${libdir}/libglade/*/libcanvas.so"
+
+do_stage() {
+       gnome_stage_includes
+       oe_libinstall -C libgnomecanvas -a -so libgnomecanvas-2 ${STAGING_LIBDIR}
+}