summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb
blob: 42a1ef26aeb9bd77ebd3ff7fbaef6c23ea6f4bfd (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 += "clutter-1.4"

EXTRA_OECONF += "--disable-introspection"