From: Michael 'Mickey' Lauer Date: Tue, 5 Oct 2010 17:53:49 +0000 (+0200) Subject: libgee 0.6.0: depends on gobject-introspection X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a53b0ab6695b9ec4e327524fb41a916067bbfd;p=openembedded.git libgee 0.6.0: depends on gobject-introspection --- diff --git a/recipes/libgee/libgee_0.6.0.bb b/recipes/libgee/libgee_0.6.0.bb index 53e027c60e..0e0115b843 100644 --- a/recipes/libgee/libgee_0.6.0.bb +++ b/recipes/libgee/libgee_0.6.0.bb @@ -1,4 +1,6 @@ require libgee.inc +DEPENDS += "gobject-introspection" +DEPENDS_virtclass-native = "gobject-introspection-native" PE = "1" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${BPN}-${PV}.tar.bz2"