1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

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
+5 -1
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
}