aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter/clutter-0.9_git.bb
blob: ed333cef07a828de206dd19ec4b3ba8c652c1bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require clutter.inc

SRCREV = "fdaaa8b6d701d2b43fd2750de1b018b5af5577ea"

PV = "0.9.4"
PR = "r0"
PR_append = "+git${SRCREV}"

SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git \
           file://enable_tests.patch;patch=1 "
S = "${WORKDIR}/git"

BASE_CONF += "--disable-introspection"

do_compile_prepend() {
	for i in $(find ${S} -name Makefile) ; do
		sed -i -e s:-Werror::g $i
	done
    ( cd clutter/cogl/gles ; for i in *.glsl ; do sh stringify.sh -h $i ; done )
}