]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter.inc: use eglnative on 3430sdp
authorRoss Burton <ross@openedhand.com>
Fri, 26 Sep 2008 09:29:52 +0000 (09:29 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 26 Sep 2008 09:29:52 +0000 (09:29 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5287 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter.inc

index 7a3ad7b6366b8bcdaac5f1dc0a6476d1f6360f88..712d5fb73f7cb9ee9d86dba4591dfaf32e9b0e9d 100644 (file)
@@ -26,7 +26,8 @@ EXTRA_OECONF_omap-3430ldp = "${BASE_CONF} --with-flavour=eglnative"
 PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}"
 
 DEPENDS_omap-3430sdp = "${STDDEPENDS} libgles-omap3 tslib"
-EXTRA_OECONF_omap-3430sdp = "${BASE_CONF} --with-flavour=eglx"
+# The eglx drivers are pretty dire, use eglnative
+EXTRA_OECONF_omap-3430sdp = "${BASE_CONF} --with-flavour=eglnative"
 PACKAGE_ARCH_omap-3430sdp = "${MACHINE_ARCH}"
 
 DEPENDS_mx31ads = "${STDDEPENDS} libgles-mx31 tslib"