clutter-git: Disable DOLT

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-30 17:11:24 +00:00
parent 66c952cbc2
commit 0ad571dde5
3 changed files with 9 additions and 13 deletions

View File

@ -7,10 +7,14 @@ PACKAGES =+ "clutter-examples-1.0"
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
}

View File

@ -1,12 +0,0 @@
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

View File

@ -10,3 +10,7 @@ S = "${WORKDIR}/git"
BASE_CONF += "--disable-introspection"
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac
}