diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-05 14:29:36 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:14 +0200 |
commit | 854e7493b3fb354a9dde29324db398026ee32379 (patch) | |
tree | 17723a683b80f0ac93ada483d9755484a58b96f8 /recipes/clutter/clutter-gst-0.9_git.bb | |
parent | 42870b21740b4de888f62915d2422a0008ba45d0 (diff) |
clutter-gst-0.9: fix build
Diffstat (limited to 'recipes/clutter/clutter-gst-0.9_git.bb')
-rw-r--r-- | recipes/clutter/clutter-gst-0.9_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/clutter/clutter-gst-0.9_git.bb b/recipes/clutter/clutter-gst-0.9_git.bb index 4b4529574c..f875c5d5fa 100644 --- a/recipes/clutter/clutter-gst-0.9_git.bb +++ b/recipes/clutter/clutter-gst-0.9_git.bb @@ -1,10 +1,12 @@ require clutter-gst.inc -SRCREV = "a9a259bfcd8488a101df5c687366ca763c69b7ef" +SRCREV = "460826267cbb50c257cf7d957f8f9483a678da4e" PV = "0.9.0" +PR = "r1" PR_append = "+git${SRCREV}" -SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \ - file://autofoo.patch;patch=1" +SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=1.0-integration \ + file://autofoo.patch;patch=1 \ + file://0001-clutter-gst-videosink-guard-GL-calls-with-ifdef-CL.patch;patch=1" S = "${WORKDIR}/git" |