]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter.inc: revert the zoom board to eglnative, and eglx is so broken
authorRoss Burton <ross@openedhand.com>
Wed, 3 Sep 2008 13:29:43 +0000 (13:29 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 3 Sep 2008 13:29:43 +0000 (13:29 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5126 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter.inc

index b9e1c2af555c10ecd8b848abbb63cbe172178ffe..67e52ef672211e57787492dd5296173108ce92de 100644 (file)
@@ -21,7 +21,8 @@ PACKAGE_ARCH_mx31litekit = "${MACHINE_ARCH}"
 LDFLAGS_append_mx31litekit = " -lpvrNULLWSEGL -lstdc++ "
 
 DEPENDS_omap-3430ldp = "${STDDEPENDS} libgles-omap3 tslib"
-EXTRA_OECONF_omap-3430ldp = "${BASE_CONF} --with-flavour=eglx"
+# The eglx drivers are pretty dire, use eglnative
+EXTRA_OECONF_omap-3430ldp = "${BASE_CONF} --with-flavour=eglnative"
 PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}"
 
 DEPENDS_omap-3430sdp = "${STDDEPENDS} libgles-omap3 tslib"