summaryrefslogtreecommitdiffstats
path: root/meta/packages/clutter/clutter-cairo.inc
diff options
context:
space:
mode:
authorRobert Bragg <bob@openedhand.com>2008-10-02 17:11:36 +0000
committerRoss Burton <ross@linux.intel.com>2008-12-01 17:56:33 +0000
commiteea56a7f4d72664b1fb67a874198f3ac77235800 (patch)
tree9d4f4bd885a8f7a03ccf6da6378f8a320948ed6c /meta/packages/clutter/clutter-cairo.inc
parent13ac7cba377e08ac3b62d202b94abe329cf72924 (diff)
downloadpoky-eea56a7f4d72664b1fb67a874198f3ac77235800.tar.gz
Merge Clutter packaging rewrite from master.
- This adds clutter-{gst,gtk,cairo}-0.8 recipes and clutter-{gst,gtk,cairo}-0.6 recipes. - It removes the 0.4 recipes. - It renames things so that the major.minor revision is now part of the package name. This lets us correctly specify SRCREVs for each branch, and allows parallell install. - All the SRCREVs have been updated to the heads of their corresponding branches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5384 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/clutter/clutter-cairo.inc')
-rw-r--r--meta/packages/clutter/clutter-cairo.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/clutter/clutter-cairo.inc b/meta/packages/clutter/clutter-cairo.inc
index 1095a7e8ef..3a94c35ad6 100644
--- a/meta/packages/clutter/clutter-cairo.inc
+++ b/meta/packages/clutter/clutter-cairo.inc
@@ -2,7 +2,9 @@ DESCRIPTION = "Clutter Cairo"
2HOMEPAGE = "http://www.clutter-project.org/" 2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPL" 3LICENSE = "LGPL"
4 4
5DEPENDS = "clutter cairo" 5DEPENDS = "cairo"
6
7FILESPATH = "${FILE_DIRNAME}/clutter-cairo"
6 8
7PACKAGES =+ "${PN}-examples" 9PACKAGES =+ "${PN}-examples"
8FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock" 10FILES_${PN}-examples = "${bindir}/flowers ${bindir}/clock"