[oe] [PATCH] clutter: the font display problem is worked around.

Andreas Mueller schnitzeltony at gmx.de
Tue Sep 7 10:47:24 UTC 2010


* see http://lists.clutter-project.org/pipermail/clutter-devel-list/2010-September/000071.html
  for more details

Signed-off-by: Andreas Mueller <schnitzeltony at gmx.de>
---
 .../clutter/workaround-broken-mipmaps.patch        |   13 +++++++++++++
 recipes/clutter/clutter_1.2.12.bb                  |    1 +
 2 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 recipes/clutter/clutter/workaround-broken-mipmaps.patch

diff --git a/recipes/clutter/clutter/workaround-broken-mipmaps.patch b/recipes/clutter/clutter/workaround-broken-mipmaps.patch
new file mode 100644
index 0000000..f2a2915
--- /dev/null
+++ b/recipes/clutter/clutter/workaround-broken-mipmaps.patch
@@ -0,0 +1,13 @@
+--- a/clutter/cogl/pango/cogl-pango-fontmap.c.old	2010-06-08 16:19:26.000000000 +0200
++++ b/clutter/cogl/pango/cogl-pango-fontmap.c	2010-09-06 14:26:07.000000000 +0200
+@@ -173,7 +173,9 @@
+ 
+   renderer = COGL_PANGO_RENDERER (cogl_pango_font_map_get_renderer (fm));
+ 
+-  _cogl_pango_renderer_set_use_mipmapping (renderer, value);
++  /* disable mipmaps until they are fixed */
++  /* _cogl_pango_renderer_set_use_mipmapping (renderer, value); */
++  _cogl_pango_renderer_set_use_mipmapping (renderer, FALSE);
+ }
+ 
+ /**
diff --git a/recipes/clutter/clutter_1.2.12.bb b/recipes/clutter/clutter_1.2.12.bb
index a454544..fd6247f 100644
--- a/recipes/clutter/clutter_1.2.12.bb
+++ b/recipes/clutter/clutter_1.2.12.bb
@@ -3,6 +3,7 @@ require clutter.inc
 PR = "${INC_PR}.1"
 
 SRC_URI = "http://source.clutter-project.org/sources/clutter/1.2/clutter-${PV}.tar.bz2 \
+           file://workaround-broken-mipmaps.patch \
            ${INC_SRC_URI} \
           "
 
-- 
1.5.3.4




More information about the Openembedded-devel mailing list