aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-02-28 12:09:01 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-03-02 15:27:45 +0100
commitd7bf59c8cb5b9179f23968c68061615363f7c2b0 (patch)
treedf41c239709c379959ce7be043e382f7bddb2e08 /meta-oe/recipes-graphics/clutter/clutter-box2d.inc
parent669b6f71a15364992c0c0097ef19e0ce8dc871e6 (diff)
downloadmeta-openembedded-contrib-d7bf59c8cb5b9179f23968c68061615363f7c2b0.tar.gz
clutter-box2d: add, from oe-core
This was removed from oe-core but it's still useful, so add it to meta-oe. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/clutter/clutter-box2d.inc')
-rw-r--r--meta-oe/recipes-graphics/clutter/clutter-box2d.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/clutter/clutter-box2d.inc b/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
new file mode 100644
index 0000000000..056b091847
--- /dev/null
+++ b/meta-oe/recipes-graphics/clutter/clutter-box2d.inc
@@ -0,0 +1,15 @@
+DESCRIPTION = "Clutter Box2D"
+HOMEPAGE = "http://www.clutter-project.org/"
+LICENSE = "LGPLv2.1+"
+
+# The main clutter lib is machine specific so we need to be too
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+inherit autotools pkgconfig gtk-doc
+
+do_install_append () {
+ install -d ${D}${bindir}
+ install ${S}/examples/.libs/blockbox ${D}${bindir}
+}
+
+FILESPATH = "${FILE_DIRNAME}/clutter-box2d"