summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-1.8_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.8_git.bb')
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.8_git.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_git.bb b/meta/recipes-graphics/clutter/clutter-1.8_git.bb
index 7d8bcb3f42..89d8026201 100644
--- a/meta/recipes-graphics/clutter/clutter-1.8_git.bb
+++ b/meta/recipes-graphics/clutter/clutter-1.8_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
6# the 1.8.4 tag 6# the 1.8.4 tag
7SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459" 7SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459"
8PV = "1.8.4+git${SRCPV}" 8PV = "1.8.4+git${SRCPV}"
9PR = "r1" 9PR = "r2"
10 10
11DEFAULT_PREFERENCE = "-1" 11DEFAULT_PREFERENCE = "-1"
12 12
@@ -18,8 +18,3 @@ S = "${WORKDIR}/git"
18BASE_CONF += "--disable-introspection" 18BASE_CONF += "--disable-introspection"
19 19
20AUTOTOOLS_AUXDIR = "${S}/build" 20AUTOTOOLS_AUXDIR = "${S}/build"
21
22do_configure_prepend () {
23 # Disable DOLT
24 sed -i -e 's/^DOLT//' ${S}/configure.ac
25}