summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake.inc
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2014-01-12 18:33:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-28 00:52:32 +0000
commit56236e74f0fe275c1e3e7b59f44ca55cba1d4e3b (patch)
tree8afdee9e7bffea749bbd78247a3ba9b9bb90e348 /meta/recipes-devtools/cmake/cmake.inc
parentf805cff5fc7652a531543ec96f2ca9d03d7738a2 (diff)
downloadpoky-56236e74f0fe275c1e3e7b59f44ca55cba1d4e3b.tar.gz
cmake: Fix freetype detection
* since last freetype upgrade cmake cannot detect it * e.g. webkit-efl requires freetype and is failing because of this (From OE-Core rev: 0cd58eb1ca29bdc53f623aba1f761b97cfe31fb4) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake.inc')
-rw-r--r--meta/recipes-devtools/cmake/cmake.inc1
1 files changed, 1 insertions, 0 deletions
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
16 file://aarch64-cmake.patch \ 16 file://aarch64-cmake.patch \
17 file://aarch64-kwsys.patch \ 17 file://aarch64-kwsys.patch \
18 file://qt4-fail-silent.patch \ 18 file://qt4-fail-silent.patch \
19 file://cmake-2.8.11.2-FindFreetype.patch \
19 " 20 "
20 21
21inherit autotools 22inherit autotools