diff options
author | Ross Burton <ross@openedhand.com> | 2008-09-26 09:29:52 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-09-26 09:29:52 +0000 |
commit | 13c0576b6b3fd99274a9439b20a24013d45b9d46 (patch) | |
tree | 7bdd525911690f247373716eaa261388b0b4dfe4 | |
parent | 536e19f772eef4ccb026d2f151f188821f6b02ba (diff) | |
download | poky-13c0576b6b3fd99274a9439b20a24013d45b9d46.tar.gz |
clutter.inc: use eglnative on 3430sdp
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5287 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/clutter/clutter.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/clutter/clutter.inc b/meta/packages/clutter/clutter.inc index 7a3ad7b636..712d5fb73f 100644 --- a/meta/packages/clutter/clutter.inc +++ b/meta/packages/clutter/clutter.inc | |||
@@ -26,7 +26,8 @@ EXTRA_OECONF_omap-3430ldp = "${BASE_CONF} --with-flavour=eglnative" | |||
26 | PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}" | 26 | PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}" |
27 | 27 | ||
28 | DEPENDS_omap-3430sdp = "${STDDEPENDS} libgles-omap3 tslib" | 28 | DEPENDS_omap-3430sdp = "${STDDEPENDS} libgles-omap3 tslib" |
29 | EXTRA_OECONF_omap-3430sdp = "${BASE_CONF} --with-flavour=eglx" | 29 | # The eglx drivers are pretty dire, use eglnative |
30 | EXTRA_OECONF_omap-3430sdp = "${BASE_CONF} --with-flavour=eglnative" | ||
30 | PACKAGE_ARCH_omap-3430sdp = "${MACHINE_ARCH}" | 31 | PACKAGE_ARCH_omap-3430sdp = "${MACHINE_ARCH}" |
31 | 32 | ||
32 | DEPENDS_mx31ads = "${STDDEPENDS} libgles-mx31 tslib" | 33 | DEPENDS_mx31ads = "${STDDEPENDS} libgles-mx31 tslib" |