Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png"
SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \
- file://nodolt-1.0.patch;patch=1 \
file://enable_tests-1.0.patch;patch=1 "
S = "${WORKDIR}/git"
BASE_CONF += "--disable-introspection"
+
+do_configure_prepend () {
+ # Disable DOLT
+ sed -i -e 's/^DOLT//' ${S}/configure.ac
+}
+++ /dev/null
-Index: git/configure.ac
-===================================================================
---- git.orig/configure.ac 2009-11-27 15:32:20.000000000 +0000
-+++ git/configure.ac 2009-11-27 15:32:28.000000000 +0000
-@@ -79,7 +79,6 @@
- AM_PROG_CC_C_O
- AC_DISABLE_STATIC
- AC_PROG_LIBTOOL
--DOLT
-
- # Checks for header files.
- AC_HEADER_STDC
BASE_CONF += "--disable-introspection"
+do_configure_prepend () {
+ # Disable DOLT
+ sed -i -e 's/^DOLT//' ${S}/configure.ac
+}
\ No newline at end of file