diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-20 12:41:21 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-20 12:41:21 +0200 |
commit | bf3ca542b4bd66e784dcd35dabd002aba7e69a1d (patch) | |
tree | 3934aede1fa266bbcc04ed68cd546f4058503cd2 /recipes/clutter/clutter-gst-0.9_git.bb | |
parent | c37cfc7c523a3765807efaa827d78b9d4f3729e2 (diff) |
clutter(-gst)-0.9: fix GLES build
Diffstat (limited to 'recipes/clutter/clutter-gst-0.9_git.bb')
-rw-r--r-- | recipes/clutter/clutter-gst-0.9_git.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/recipes/clutter/clutter-gst-0.9_git.bb b/recipes/clutter/clutter-gst-0.9_git.bb index f875c5d5fa..5a0b2cd18b 100644 --- a/recipes/clutter/clutter-gst-0.9_git.bb +++ b/recipes/clutter/clutter-gst-0.9_git.bb @@ -1,12 +1,14 @@ require clutter-gst.inc -SRCREV = "460826267cbb50c257cf7d957f8f9483a678da4e" +DEPENDS += "clutter-0.9" + +SRCREV = "487552b95f7ccce00118619d5b4256936621eb5e" PV = "0.9.0" -PR = "r1" +PR = "r3" PR_append = "+git${SRCREV}" -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" +SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \ + file://0001-clutter-gst-videosink-guard-GL-calls-with-ifdef-CL.patch;patch=1 \ + file://gtk-doc.make" S = "${WORKDIR}/git" |