From: Koen Kooi Date: Mon, 12 Apr 2010 16:11:39 +0000 (+0200) Subject: libwnck: add 2.30.0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201247ca3f8776b44cfae258a7064e6c302cf843;p=openembedded.git libwnck: add 2.30.0 --- diff --git a/recipes/gnome/libwnck_2.30.0.bb b/recipes/gnome/libwnck_2.30.0.bb new file mode 100644 index 0000000000..f12f873ba5 --- /dev/null +++ b/recipes/gnome/libwnck_2.30.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Window navigation construction toolkit" +LICENSE = "LGPL" +SECTION = "x11/libs" +DEPENDS = "gtk+ gdk-pixbuf-csource-native" + +inherit gnome +SRC_URI[archive.md5sum] = "ed79955dabb606ee0e6d112a291005ad" +SRC_URI[archive.sha256sum] = "d35bcc28548945915da4f5cafd0555606f972e236cc5f9dbb0186186dfbf5247" + +do_configure() { + gnu-configize + oe_runconf +} +