patch to allow the moblin proto to run without shader support

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5414 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych
2008-10-04 06:02:58 +00:00
parent 690a699ec1
commit 527b3372cd
2 changed files with 47 additions and 2 deletions

View File

@@ -1,10 +1,11 @@
DEPENDS = "clutter-box2d"
PV = "0.0+git${SRCREV}"
PR = "r1"
PR = "r2"
SRC_URI = "git://moblin.org/repos/users/pippin/prototype.git/;protocol=http \
file://paths.patch;patch=1"
file://paths.patch;patch=1 \
file://fix-shader-and-callbacks.patch;patch=1"
S = "${WORKDIR}/git"