]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: mx31litekit support added
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 10 Oct 2007 09:59:09 +0000 (09:59 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 10 Oct 2007 09:59:09 +0000 (09:59 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2856 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter.inc

index a8323e65a655dd8d5a4c1603933d278c577c4837..8cb44b28f8032008855ae39ebf9f9c5b2d5397a6 100644 (file)
@@ -13,6 +13,11 @@ EXTRA_OECONF_zylonite = "${BASE_CONF} --with-flavour=eglnative"
 PACKAGE_ARCH_zylonite = "${MACHINE_ARCH}"
 LDFLAGS_append_zylonite = " -lnws -lstdc++ "
 
+DEPENDS_mx31litekit = "${STDDEPENDS} libgles-mx31 tslib"
+EXTRA_OECONF_mx31litekit = "${BASE_CONF} --with-flavour=eglnative"
+PACKAGE_ARCH_mx31litekit = "${MACHINE_ARCH}"
+LDFLAGS_append_mx31litekit = " -lpvrNULLWSEGL -lstdc++ "
+
 inherit autotools pkgconfig
 
 PACKAGES =+ "clutter-examples"