summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-gtk.inc
Commit message (Collapse)AuthorAgeFilesLines
* clutter-gtk: add LIC_FILES_CHKSUM to include fileJoshua Lock2011-10-311-0/+1
| | | | | | | (From OE-Core rev: ff13e06892f102d915855cde50896349b07b3717) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* clutter-gtk-1.0: Upgrade to one version prior to 0.90.2 (clutter 1.4 series)Zhai Edwin2011-02-011-1/+1
| | | | | | | | 0.90.2 depends on unstable gtk+-2.90.x that is not in poky, so pick up one version prior to it. Also rebase disable_deprecated.patch to keep the API compatibility with gtk+ and install example binary for poky-image-clutter. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* clutter-gtk-1.0: Fix build issues for world buildSaul Wold2010-11-181-1/+1
| | | | | | | | Added a patch to enable GTK_WIDGET macros properly Added LIC_FILES_CHKSUM Fixed up LICENSE Metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-0/+13
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>