summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/moblin-proto_git.bb
blob: b86d62238538a5502e2de997e863453bb64e769a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DEPENDS = "clutter-box2d"

PV = "0.0+git${SRCPV}"
PR = "r2"

SRC_URI = "git://moblin.org/repos/users/pippin/prototype.git/;protocol=http \
           file://paths.patch;patch=1 \
	   file://fix-shader-and-callbacks.patch;patch=1"

S = "${WORKDIR}/git"

do_install () {
	install -d ${D}${bindir}
	install ${S}/moblin-proto ${D}${bindir}

	install -d ${D}${datadir}/moblin-proto/
        cp -a ${S}/assets ${D}${datadir}/moblin-proto/
        cp -a ${S}/layouts ${D}${datadir}/moblin-proto/
}