Add clutter-box2d

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4483 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-05-15 17:43:57 +00:00
parent 703394c66e
commit 1cde6638f5
3 changed files with 23 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ SRCREV_pn-qemu-native ?= "${QEMUSRCREV}"
SRCREV_pn-qemu-sdk ?= "${QEMUSRCREV}"
SRCREV_pn-qemu ?= "${QEMUSRCREV}"
SRCREV_pn-vincent ?= "246"
SRCREV_pn-clutter-box2d = "2513"
# Previously floating revisions
SRCREV_pn-aaina ?= "1231"
@@ -312,6 +313,7 @@ EXCLUDE_FROM_WORLD_pn-clutter-cairo = "1"
EXCLUDE_FROM_WORLD_pn-clutter-gst = "1"
EXCLUDE_FROM_WORLD_pn-aaina = "1"
EXCLUDE_FROM_WORLD_pn-table = "1"
EXCLUDE_FROM_WORLD_pn-clutter-box2d = "1"
EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1"
EXCLUDE_FROM_WORLD_pn-tidy = "1"
# Need bzr

View File

@@ -0,0 +1,12 @@
DESCRIPTION = "Clutter Box2D"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "GPLv2"
DEPENDS = "clutter"
inherit autotools pkgconfig gtk-doc
do_stage () {
autotools_stage_all
}

View File

@@ -0,0 +1,9 @@
require clutter-box2d.inc
PV = "0.0+svnr${SRCREV}"
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=${PN};proto=http"
S = "${WORKDIR}/${PN}"