summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/clutter-0.8_git.bb
blob: 71e6198030e47284a4f67cecc8cdd33d4c5e2bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require clutter.inc

PV = "0.8.0+gitr${SRCREV}"
PR = "r2"

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

SRC_URI = "git://git.clutter-project.org/clutter.git;protocol=git;branch=clutter-0-8 \
	   file://enable_tests-0.8.patch;patch=1 \
     file://build-fix.patch;patch=1"

S = "${WORKDIR}/git"