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