From 0cd58eb1ca29bdc53f623aba1f761b97cfe31fb4 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 12 Jan 2014 18:33:11 +0100 Subject: cmake: Fix freetype detection * since last freetype upgrade cmake cannot detect it * e.g. webkit-efl requires freetype and is failing because of this Signed-off-by: Martin Jansa Signed-off-by: Saul Wold --- meta/recipes-devtools/cmake/cmake.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/cmake/cmake.inc') diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 69f4fe29b1..f76f68bbcb 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -16,6 +16,7 @@ SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz file://aarch64-cmake.patch \ file://aarch64-kwsys.patch \ file://qt4-fail-silent.patch \ + file://cmake-2.8.11.2-FindFreetype.patch \ " inherit autotools -- cgit 1.2.3-korg