mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
evas: Fix build with newer freetype
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
From ff5e8aa48d223401497dbaad1ffdc81977b2c09d Mon Sep 17 00:00:00 2001
|
||||
From: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
Date: Wed, 1 Jan 2014 13:03:48 +0100
|
||||
Subject: [PATCH] evas_font_load: Fix build with newer freetype
|
||||
|
||||
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
||||
---
|
||||
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 <freetype/tttables.h> /* Freetype2 OS/2 font table. */
|
||||
+#include <freetype2/tttables.h> /* Freetype2 OS/2 font table. */
|
||||
|
||||
#ifdef EVAS_CSERVE2
|
||||
# include "../../cserve2/evas_cs2_private.h"
|
||||
--
|
||||
1.8.4.3
|
||||
|
||||
@@ -171,6 +171,7 @@ PACKAGECONFIG[harfbuzz] = "--enable-harfbuzz,--disable-harfbuzz,harfbuzz"
|
||||
|
||||
SRC_URI = "\
|
||||
${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \
|
||||
file://0001-evas_font_load-Fix-build-with-newer-freetype.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "c96a23ede14cd0adb7e8e549e8acdee1"
|
||||
|
||||
Reference in New Issue
Block a user