clutter-box2d: Install the file accounting for libtool

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4501 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-05-19 14:49:35 +00:00
parent 0b891edd22
commit 20368362fd
2 changed files with 2 additions and 1 deletions

View File

@@ -12,5 +12,5 @@ do_stage () {
do_install_append () {
install -d ${D}${bindir}
install ${S}/examples/blockbox ${D}${bindir}
install ${S}/examples/.libs/blockbox ${D}${bindir}
}

View File

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