blob: 64d4fb24de4042f9b725cba1231f06d33c6a0a45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require clutter.inc
PV = "0.9.0+git${SRCREV}"
PR = "r3"
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"
|