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:52 +0000 |
commit | 812530c5805ae4d3708eaf525faffd9e08e3f61a (patch) | |
tree | 6635c2b5cd4f99e965a817e1b086b9686fa8d395 /meta/recipes-graphics/clutter | |
parent | b8d6f3632ca86e55f31a4b26cbcb56bb7ee3409f (diff) | |
download | poky-812530c5805ae4d3708eaf525faffd9e08e3f61a.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.
(From OE-Core rev: ec89071836f3844c41a34061af4baf706036e371)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter')
-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 | |||
3 | 3 | ||
4 | PR = "r3" | 4 | PR = "r3" |
5 | 5 | ||
6 | # We're API/ABI compatible and this may make things easier for layers | ||
7 | PROVIDES += "clutter-1.6" | ||
8 | |||
6 | # Internal json-glib was removed in Clutter 1.5.2 | 9 | # Internal json-glib was removed in Clutter 1.5.2 |
7 | STDDEPENDS += "json-glib cogl atk" | 10 | STDDEPENDS += "json-glib cogl atk" |
8 | 11 | ||