aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-11-09 16:59:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:50:45 +0000
commitec89071836f3844c41a34061af4baf706036e371 (patch)
treeb1561bfa5f38f4ae11f1892b626db730f24246b7
parentf8616319f0ffba6e0400234af69df17dc036edee (diff)
downloadopenembedded-core-contrib-ec89071836f3844c41a34061af4baf706036e371.tar.gz
clutter: PROVIDES clutter-1.6
Since the two are API/ABI compatible and this may make things easier for external layers using clutter. Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
index f746bdef6d..7d15318d77 100644
--- a/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
+++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb
@@ -3,6 +3,9 @@ require recipes-graphics/clutter/clutter-package.inc
PR = "r3"
+# We're API/ABI compatible and this may make things easier for layers
+PROVIDES += "clutter-1.6"
+
# Internal json-glib was removed in Clutter 1.5.2
STDDEPENDS += "json-glib cogl atk"