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