From: Andreas Müller Date: Mon, 14 Feb 2011 15:14:17 +0000 (+0000) Subject: clutter: get dependency to json-glib to work X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=907bd09fef87c02ce631083f7c5b0898b8fec56d;p=openembedded.git clutter: get dependency to json-glib to work * Error on fresh tmp build was * | checking for installed JSON-GLib... configure: error: not found * | ERROR: Function do_configure failed Signed-off-by: Andreas Mueller Signed-off-by: Tom Rini --- diff --git a/recipes/clutter/clutter_1.4.2.bb b/recipes/clutter/clutter_1.4.2.bb index 12b6eb529d..08e52d5765 100644 --- a/recipes/clutter/clutter_1.4.2.bb +++ b/recipes/clutter/clutter_1.4.2.bb @@ -1,6 +1,6 @@ require clutter.inc -DEPENDS += "json-glib" +STDDEPENDS += "json-glib" PR = "${INC_PR}.1"