From 260a86b94eaf4bf53e4b2faee161afe85cf829a3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 1 Jan 2014 13:04:41 +0100 Subject: evas: Fix build with newer freetype Signed-off-by: Martin Jansa --- ...s_font_load-Fix-build-with-newer-freetype.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-efl/recipes-efl/efl/evas/0001-evas_font_load-Fix-build-with-newer-freetype.patch (limited to 'meta-efl/recipes-efl/efl/evas/0001-evas_font_load-Fix-build-with-newer-freetype.patch') diff --git a/meta-efl/recipes-efl/efl/evas/0001-evas_font_load-Fix-build-with-newer-freetype.patch b/meta-efl/recipes-efl/efl/evas/0001-evas_font_load-Fix-build-with-newer-freetype.patch new file mode 100644 index 0000000000..0197f1c4d1 --- /dev/null +++ b/meta-efl/recipes-efl/efl/evas/0001-evas_font_load-Fix-build-with-newer-freetype.patch @@ -0,0 +1,26 @@ +From ff5e8aa48d223401497dbaad1ffdc81977b2c09d Mon Sep 17 00:00:00 2001 +From: Martin Jansa +Date: Wed, 1 Jan 2014 13:03:48 +0100 +Subject: [PATCH] evas_font_load: Fix build with newer freetype + +Signed-off-by: Martin Jansa +--- + src/lib/engines/common/evas_font_load.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/lib/engines/common/evas_font_load.c b/src/lib/engines/common/evas_font_load.c +index 805eaf8..6650816 100644 +--- a/src/lib/engines/common/evas_font_load.c ++++ b/src/lib/engines/common/evas_font_load.c +@@ -5,7 +5,7 @@ + + #include "evas_font_private.h" /* for Frame-Queuing support */ + #include "evas_font_ot.h" +-#include /* Freetype2 OS/2 font table. */ ++#include /* Freetype2 OS/2 font table. */ + + #ifdef EVAS_CSERVE2 + # include "../../cserve2/evas_cs2_private.h" +-- +1.8.4.3 + -- cgit 1.2.3-korg