From 3e84f62cc7bf7cf170584846fb10af42759ce6d1 Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Tue, 7 Sep 2010 00:47:24 +0000 Subject: clutter: the font display problem is worked around. * see http://lists.clutter-project.org/pipermail/clutter-devel-list/2010-September/000071.html for more details Signed-off-by: Andreas Mueller Signed-off-by: Koen Kooi --- recipes/clutter/clutter/workaround-broken-mipmaps.patch | 13 +++++++++++++ recipes/clutter/clutter_1.2.12.bb | 1 + 2 files changed, 14 insertions(+) create mode 100644 recipes/clutter/clutter/workaround-broken-mipmaps.patch (limited to 'recipes/clutter') diff --git a/recipes/clutter/clutter/workaround-broken-mipmaps.patch b/recipes/clutter/clutter/workaround-broken-mipmaps.patch new file mode 100644 index 0000000000..f2a2915958 --- /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 a454544c67..fd6247fc5f 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} \ " -- cgit 1.2.3-korg