blob: 3822b31d5e8e8be29bc0a7d7847a90395bfa19c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require clutter-gtk.inc
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 += "gtk+ clutter-1.4"
EXTRA_OECONF += "--disable-introspection"
|