summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-11-29 17:20:14 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:58 -0800
commitd36f6f4f4050b9a7db3f5ff4b716974800dfd019 (patch)
tree414f81c484e9bffd65ae78e3a6f01a3f6400b12a
parentb721e08466139e9046f8455f9e671885162a03ea (diff)
downloadpoky-d36f6f4f4050b9a7db3f5ff4b716974800dfd019.tar.gz
table.inc: correct version number
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
-rw-r--r--meta/recipes-graphics/clutter/table.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/table.inc b/meta/recipes-graphics/clutter/table.inc
index dc949172b5..6dfb47db77 100644
--- a/meta/recipes-graphics/clutter/table.inc
+++ b/meta/recipes-graphics/clutter/table.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Table Clutter Demo"
2HOMEPAGE = "http://www.clutter-project.org/" 2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPL" 3LICENSE = "LGPL"
4 4
5DEPENDS = "clutter-gst-0.6 gnome-vfs" 5DEPENDS = "clutter-gst-1.0 gnome-vfs"
6 6
7inherit autotools pkgconfig 7inherit autotools pkgconfig
8 8