mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user