diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-01 18:35:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-01 18:35:02 +0200 |
commit | 801089b9154401fb22134bf5f84441aa74bb6690 (patch) | |
tree | b20d0ac9ce96a35552449fd7ed42b9a79506c252 /recipes/clutter/clutter-gst-0.9_git.bb | |
parent | d510db0a48925e20b04e4516abb6e61fbb688555 (diff) |
clutter-gst: add 0.9
* only works with proper GL, the clutter folks broke GLES
Diffstat (limited to 'recipes/clutter/clutter-gst-0.9_git.bb')
-rw-r--r-- | recipes/clutter/clutter-gst-0.9_git.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/clutter/clutter-gst-0.9_git.bb b/recipes/clutter/clutter-gst-0.9_git.bb new file mode 100644 index 0000000000..4b4529574c --- /dev/null +++ b/recipes/clutter/clutter-gst-0.9_git.bb @@ -0,0 +1,10 @@ +require clutter-gst.inc + +SRCREV = "a9a259bfcd8488a101df5c687366ca763c69b7ef" +PV = "0.9.0" +PR_append = "+git${SRCREV}" + +SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \ + file://autofoo.patch;patch=1" + +S = "${WORKDIR}/git" |