aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmx.de>2011-02-14 15:14:17 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-14 10:22:07 -0700
commit907bd09fef87c02ce631083f7c5b0898b8fec56d (patch)
treef8dd8626ab15811baa7a00a995173eb208bd962c /recipes/clutter
parent52145eccccd863720ba3a9718bd3155d640ddafb (diff)
downloadopenembedded-907bd09fef87c02ce631083f7c5b0898b8fec56d.tar.gz
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 <schnitzeltony@gmx.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/clutter')
-rw-r--r--recipes/clutter/clutter_1.4.2.bb2
1 files changed, 1 insertions, 1 deletions
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"