* Fixing the helix-player.pc to include a -lstdc++

* Adding clutter-helix recipe
This commit is contained in:
Rusty Lynch
2008-10-22 09:57:13 -07:00
parent d4f444a667
commit be2ad3b90c
4 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
DESCRIPTION = "Clutter Helix"
HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL"
DEPENDS = "helix-libs"
FILESPATH = "${FILE_DIRNAME}/clutter-helix"
PACKAGES =+ "${PN}-examples"
FILES_${PN}-examples = "${bindir}/video-player ${bindir}/audio-player"
inherit autotools pkgconfig gtk-doc
do_stage () {
autotools_stage_all
}

View File

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