From: Ross Burton Date: Wed, 3 Sep 2008 13:29:43 +0000 (+0000) Subject: clutter.inc: revert the zoom board to eglnative, and eglx is so broken X-Git-Tag: 2011-1~8380 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=91c830c205711015768c74b71188e3c52a446113;p=openembedded-core.git clutter.inc: revert the zoom board to eglnative, and eglx is so broken git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5126 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/clutter/clutter.inc b/meta/packages/clutter/clutter.inc index b9e1c2af55..67e52ef672 100644 --- a/meta/packages/clutter/clutter.inc +++ b/meta/packages/clutter/clutter.inc @@ -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"