blob: 12822c00001901f03d7db58a3cffdc1a9990b692 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
require clutter-gtk.inc
SRCREV = "b92329c4c1288019e2dea6567e2b5e98eb0a9992"
PV = "0.90.0+git${SRCPV}"
PR = "r0"
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git;branch=master \
file://disable_deprecated.patch \
file://enable_tests.patch \
"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
S = "${WORKDIR}/git"
DEPENDS += "clutter-1.4"
EXTRA_OECONF += "--disable-introspection"
|