mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
* Fixing the helix-player.pc to include a -lstdc++
* Adding clutter-helix recipe
This commit is contained in:
17
meta/packages/clutter/clutter-helix.inc
Normal file
17
meta/packages/clutter/clutter-helix.inc
Normal 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
|
||||
}
|
||||
|
||||
8
meta/packages/clutter/clutter-helix_svn.bb
Normal file
8
meta/packages/clutter/clutter-helix_svn.bb
Normal 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}"
|
||||
Reference in New Issue
Block a user