clutter: Use elgx flavour with omap3

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5045 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-08-11 14:31:23 +00:00
parent cfb6c0dc25
commit f9281be65b
2 changed files with 3 additions and 3 deletions

View File

@ -19,11 +19,11 @@ 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=eglnative"
EXTRA_OECONF_omap-3430ldp = "${BASE_CONF} --with-flavour=eglx"
PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}"
DEPENDS_omap-3430sdp = "${STDDEPENDS} libgles-omap3 tslib"
EXTRA_OECONF_omap-3430sdp = "${BASE_CONF} --with-flavour=eglnative"
EXTRA_OECONF_omap-3430sdp = "${BASE_CONF} --with-flavour=eglx"
PACKAGE_ARCH_omap-3430sdp = "${MACHINE_ARCH}"
DEPENDS_mx31ads = "${STDDEPENDS} libgles-mx31 tslib"

View File

@ -1,7 +1,7 @@
require clutter.inc
PV = "0.7.0+svnr${SRCREV}"
PR = "r5"
PR = "r6"
SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \
file://enable_tests.patch;patch=1;maxrev=2989 \