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