diff options
author | Robert Bragg <bob@openedhand.com> | 2008-10-02 17:11:36 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-10-02 17:11:36 +0000 |
commit | c856d8bde2cee71f1da6b97eec05ff121e0ede74 (patch) | |
tree | 23e0835270abfd59f04eee769002a207249a1e0f /meta/packages/clutter/clutter.inc | |
parent | dfffc404aca6a8ccce30a9952099b3fddb14f761 (diff) | |
download | poky-c856d8bde2cee71f1da6b97eec05ff121e0ede74.tar.gz |
- 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.inc')
-rw-r--r-- | meta/packages/clutter/clutter.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/clutter/clutter.inc b/meta/packages/clutter/clutter.inc index ed67a6122a..06f3b970be 100644 --- a/meta/packages/clutter/clutter.inc +++ b/meta/packages/clutter/clutter.inc | |||
@@ -39,6 +39,8 @@ DEPENDS_eee901 = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl" | |||
39 | EXTRA_OECONF_eee901 = "${BASE_CONF} --with-flavour=glx" | 39 | EXTRA_OECONF_eee901 = "${BASE_CONF} --with-flavour=glx" |
40 | PACKAGE_ARCH_eee901 = "${MACHINE_ARCH}" | 40 | PACKAGE_ARCH_eee901 = "${MACHINE_ARCH}" |
41 | 41 | ||
42 | FILESPATH = "${FILE_DIRNAME}/clutter" | ||
43 | |||
42 | inherit autotools pkgconfig gtk-doc | 44 | inherit autotools pkgconfig gtk-doc |
43 | 45 | ||
44 | PACKAGES =+ "clutter-examples" | 46 | PACKAGES =+ "clutter-examples" |