diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-01-12 18:33:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:48:25 +0000 |
commit | 0cd58eb1ca29bdc53f623aba1f761b97cfe31fb4 (patch) | |
tree | 51623c2aaa90fc58c0eeba1046f859c72803b846 /meta/recipes-devtools/cmake/cmake.inc | |
parent | e8f707f16a38d85535593a32efff6dcbf4ddb203 (diff) | |
download | openembedded-core-0cd58eb1ca29bdc53f623aba1f761b97cfe31fb4.tar.gz openembedded-core-0cd58eb1ca29bdc53f623aba1f761b97cfe31fb4.tar.bz2 openembedded-core-0cd58eb1ca29bdc53f623aba1f761b97cfe31fb4.zip |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake.inc')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 1 |
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 file://aarch64-cmake.patch \ file://aarch64-kwsys.patch \ file://qt4-fail-silent.patch \ + file://cmake-2.8.11.2-FindFreetype.patch \ " inherit autotools |