]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: Update to latest trunk
authorRichard Purdie <richard@openedhand.com>
Thu, 1 May 2008 16:26:01 +0000 (16:26 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 1 May 2008 16:26:01 +0000 (16:26 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4401 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter/configure_fix.patch
meta/packages/clutter/clutter_svn.bb

index f1f44bf87212439558b1b24ff29ad3eda485fe7c..d37b64cd3ad32d67041a70f63f06870536aa226c 100644 (file)
@@ -11,37 +11,3 @@ Index: clutter/doc/reference/clutter/Makefile.am
        version.xml.in \
        actor-box.png \
        alpha-func.png \
-Index: clutter/configure.ac
-===================================================================
---- clutter.orig/configure.ac  (revision 2666)
-+++ clutter/configure.ac       (working copy)
-@@ -321,6 +321,9 @@
-     CLUTTER_STAGE_TYPE="CLUTTER_TYPE_STAGE_EGL"
-     AC_DEFINE([HAVE_CLUTTER_EGL], 1, [Have the EGL backend])
-+    CLUTTER_COGL="gles"
-+    AC_DEFINE([HAVE_COGL_GLES], [1], [Have GLES for rendering])
-+
-     EGL_LIBS="$GLES_LIBS $X11_LIBS"
-     EGL_CFLAGS="$GLES_CFLAGS $X11_CFLAGS"
-     backendextra=x11
-@@ -333,6 +336,9 @@
-     CLUTTER_STAGE_TYPE="CLUTTER_TYPE_STAGE_EGLNATIVE"
-     AC_DEFINE([HAVE_CLUTTER_EGL], 1, [Have the EGL backend])
-+    CLUTTER_COGL="gles"
-+    AC_DEFINE([HAVE_COGL_GLES], [1], [Have GLES for rendering])
-+
-     PKG_CHECK_MODULES(TSLIB, tslib-1.0, [have_tslib=yes], [have_tslib=no])
-     if test x$have_tslib = xyes; then
-            AC_DEFINE([HAVE_TSLIB], 1, [Have tslib for touchscreen handling])
-@@ -348,6 +354,9 @@
-     CLUTTER_STAGE_TYPE="CLUTTER_TYPE_STAGE_FRUITY"
-     AC_DEFINE([HAVE_CLUTTER_FRUITY], 1, [We're building a fruity version of the eglnative backend])
-+    CLUTTER_COGL="gles"
-+    AC_DEFINE([HAVE_COGL_GLES], [1], [Have GLES for rendering])
-+
-     EGL_LIBS="-ObjC -framework Foundation  -framework CoreFoundation  -framework CoreGraphics  -framework CoreSurface  -framework GraphicsServices  -framework OpenGLES  -framework LayerKit  -framework UIKit"
-     EGL_CFLAGS=""
-      ;;
index bb36b6573a874377507b8ba4a1531d715a8d6f5d..edc0259dff51bb4a4ea2f9ad79577fcbc9ba282d 100644 (file)
@@ -3,7 +3,7 @@ require clutter.inc
 DEFAULT_PREFERENCE = "-1"
 
 PV = "0.7.0+svnr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk;module=clutter;proto=http \
            file://configure_fix.patch;patch=1 \