1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-09 15:50:16 +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
+4
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
}