blob: 121b96480fc77eabf49bb942402c9eeaaed069a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require clutter.inc
PV = "0.4.0+svnr${SRCPV}"
PR = "${INC_PR}.0"
SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-4;proto=http \
file://enable_tests-0.4.patch;patch=1 "
S = "${WORKDIR}/clutter-0-4"
do_stage () {
cp ${S}/clutter.pc ${S}/clutter-0.4.pc
autotools_stage_all
}
|