diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-09 16:59:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:50:45 +0000 |
commit | ec89071836f3844c41a34061af4baf706036e371 (patch) | |
tree | b1561bfa5f38f4ae11f1892b626db730f24246b7 | |
parent | f8616319f0ffba6e0400234af69df17dc036edee (diff) | |
download | openembedded-core-ec89071836f3844c41a34061af4baf706036e371.tar.gz openembedded-core-ec89071836f3844c41a34061af4baf706036e371.tar.bz2 openembedded-core-ec89071836f3844c41a34061af4baf706036e371.zip |
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.bb | 3 |
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" |