clutter: get dependency to json-glib to work
authorAndreas Müller <schnitzeltony@gmx.de>
Mon, 14 Feb 2011 15:14:17 +0000 (15:14 +0000)
committerTom Rini <tom_rini@mentor.com>
Mon, 14 Feb 2011 17:22:07 +0000 (10:22 -0700)
* 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 <schnitzeltony@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/clutter/clutter_1.4.2.bb

index 12b6eb5..08e52d5 100644 (file)
@@ -1,6 +1,6 @@
 require clutter.inc
 
-DEPENDS += "json-glib"
+STDDEPENDS += "json-glib"
 
 PR = "${INC_PR}.1"