* 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 <[email protected]> --- recipes/clutter/clutter_1.4.2.bb | 2 +- 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 12b6eb5..08e52d5 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" -- 1.7.2.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
