From 801089b9154401fb22134bf5f84441aa74bb6690 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Jun 2009 18:35:02 +0200 Subject: [PATCH] clutter-gst: add 0.9 * only works with proper GL, the clutter folks broke GLES --- recipes/clutter/clutter-gst-0.9_git.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/clutter/clutter-gst-0.9_git.bb 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" -- 2.39.5