summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/clutter-1.0_git.bb
blob: 8773e7204aa32135a1e03f82a5ff2f5dc2b824a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require clutter.inc

PV = "1.0+git${SRCPV}"
PR = "r3"

PACKAGES =+ "clutter-examples-1.0"
FILES_clutter-examples-1.0 = "${bindir}/test-* ${pkgdatadir}/redhand.png"

SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-1.0 \
           file://nodolt-1.0.patch;patch=1 \
           file://enable_tests-1.0.patch;patch=1 "

S = "${WORKDIR}/git"

BASE_CONF += "--disable-introspection"