* As of Clutter 1.5.2 the project no longer ships an internal version of
json-glib so we must explicitly add it to the DEPENDS.
* Fix the SRC_URI[md5sum]
Signed-off-by: Joshua Lock <josh@linux.intel.com>
PR = "r0"
+# Internal json-glib was removed in Clutter 1.5.2
+STDDEPENDS += "json-glib"
+
PACKAGES =+ "${PN}-examples"
FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
BASE_CONF += "--disable-introspection"
-EXTRA_OECONF += "--with-json=check"
-
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac