aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter/clutter-0.9_git.bb
blob: a8b8a36318a27e49ee19d280bbbb0d541d45899f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require clutter.inc

SRCREV = "35191f09ef0fa8fad6f386513dcd691ab6b6746f"
PV = "0.9.2"
PR_append = "+git${SRCREV}"

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

BASE_CONF += "--disable-introspection"