summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/clutter')
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
new file mode 100644
index 0000000000..efafbc2b57
--- /dev/null
+++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
@@ -0,0 +1,26 @@
1require recipes-graphics/clutter/clutter.inc
2
3PR = "r2"
4
5# Internal json-glib was removed in Clutter 1.5.2
6STDDEPENDS += "json-glib cogl atk"
7
8PACKAGES =+ "${PN}-examples"
9FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
10
11SRC_URI = "http://source.clutter-project.org/sources/clutter/1.8/clutter-${PV}.tar.bz2 \
12 file://enable_tests-1.4.patch \
13 file://update_gettext_macro_version.patch"
14
15LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
16S = "${WORKDIR}/clutter-${PV}"
17
18BASE_CONF += "--disable-introspection"
19
20do_configure_prepend () {
21 # Disable DOLT
22 sed -i -e 's/^DOLT//' ${S}/configure.ac
23}
24
25SRC_URI[md5sum] = "71454425366d9a49948cdd2af9eafc89"
26SRC_URI[sha256sum] = "79cd42c9a208b1bd2e2a0866ad7eb047a00835beabb401e99737af846812119c"