| Submitter | Joshua Lock |
|---|---|
| Date | Nov. 10, 2011, 1:29 a.m. |
| Message ID | <6aa22077b6b63ed9727cdf74459df479a722408b.1320888203.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/14685/ |
| State | New |
| Headers | show |
Comments
Patch
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 efafbc2..c67ea2a 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 @@ -2,6 +2,9 @@ require recipes-graphics/clutter/clutter.inc PR = "r2" +# 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"
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> --- meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)