summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/clutter/clutter-gtk.inc
AgeCommit message (Collapse)AuthorFiles
2013-05-21clutter-gtk: Replace with 1.4.2 versionTomas Frydrych1
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-31clutter-gtk: add LIC_FILES_CHKSUM to include fileJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-02-01clutter-gtk-1.0: Upgrade to one version prior to 0.90.2 (clutter 1.4 series)Zhai Edwin1
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>
2010-11-18clutter-gtk-1.0: Fix build issues for world buildSaul Wold1
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>
2010-08-27Major layout change to the packages directoryRichard Purdie1
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>