clutter: Refresh clutter to a 0.4 version

We can now use poky's clutter to build zylonite clutter images.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2803 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz
2007-09-26 13:01:01 +00:00
parent 7fc1a05c43
commit 55c49b85fd
6 changed files with 13 additions and 39 deletions

View File

@@ -8,6 +8,11 @@ BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
DEPENDS = "${STDDEPENDS}"
EXTRA_OECONF = "${BASE_CONF}"
DEPENDS_zylonite = "${STDDEPENDS} libgles-zylonite tslib"
EXTRA_OECONF_zylonite = "${BASE_CONF} --with-flavour=eglnative"
PACKAGE_ARCH_zylonite = "${MACHINE_ARCH}"
LDFLAGS_append_zylonite = " -lnws -lstdc++ "
inherit autotools pkgconfig
PACKAGES =+ "clutter-examples"
@@ -24,7 +29,7 @@ do_configure_prepend() {
}
do_stage () {
cp ${S}/clutter.pc ${S}/clutter-0.3.pc
cp ${S}/clutter.pc ${S}/clutter-0.4.pc
autotools_stage_all
}