blob: dfabbd56cc2d3d1424c044b02635e2af3f8f9916 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require clutter-gtk.inc
PV = "0.90.0+git${SRCPV}"
PR = "r1"
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git;branch=master"
S = "${WORKDIR}/git"
DEPENDS += "clutter-1.0"
EXTRA_OECONF += "--disable-introspection"
|