summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/clutter-1.0_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/clutter/clutter-1.0_git.bb')
-rw-r--r--meta/packages/clutter/clutter-1.0_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/clutter/clutter-1.0_git.bb b/meta/packages/clutter/clutter-1.0_git.bb
index 8773e7204a..7e62954ee5 100644
--- a/meta/packages/clutter/clutter-1.0_git.bb
+++ b/meta/packages/clutter/clutter-1.0_git.bb
@@ -7,10 +7,14 @@ PACKAGES =+ "clutter-examples-1.0"
7FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png" 7FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png"
8 8
9SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \ 9SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \
10 file://nodolt-1.0.patch;patch=1 \
11 file://enable_tests-1.0.patch;patch=1 " 10 file://enable_tests-1.0.patch;patch=1 "
12 11
13S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
14 13
15BASE_CONF += "--disable-introspection" 14BASE_CONF += "--disable-introspection"
16 15
16
17do_configure_prepend () {
18 # Disable DOLT
19 sed -i -e 's/^DOLT//' ${S}/configure.ac
20}