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.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_git.bb b/meta/recipes-graphics/clutter/clutter-1.8_git.bb
new file mode 100644
index 0000000000..9f7b048a94
--- /dev/null
+++ b/meta/recipes-graphics/clutter/clutter-1.8_git.bb
@@ -0,0 +1,25 @@
1require clutter.inc
2require clutter-package.inc
3
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6# the 1.8.4 tag
7SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459"
8PV = "1.8.4+git${SRCPV}"
9PR = "r0"
10
11DEFAULT_PREFERENCE = "-1"
12
13SRC_URI = "git://git.gnome.org/clutter;protocol=git;branch=master \
14 file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \
15 file://enable_tests.patch;notrev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 "
16S = "${WORKDIR}/git"
17
18BASE_CONF += "--disable-introspection"
19
20AUTOTOOLS_AUXDIR = "${S}/build"
21
22do_configure_prepend () {
23 # Disable DOLT
24 sed -i -e 's/^DOLT//' ${S}/configure.ac
25}