Description: Fix another freetype path issue with version >= 2.5
Author: David Prévot <taffit@debian.org>
Bug-Debian: http://bugs.debian.org/730889
Last-Update: 2013-12-26
--- a/cmake/modules/FindFREETYPE.cmake
+++ b/cmake/modules/FindFREETYPE.cmake
@@ -13,12 +13,12 @@
 SET(FREETYPE_FIND_QUIETLY 1)
 
 FIND_PATH(FREETYPE_INCLUDE_DIR_FT2BUILD ft2build.h
-  /usr/include/
+  /usr/include/freetype2
   /usr/local/include/
   NO_CMAKE_SYSTEM_PATH
 )
 
-FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER freetype/config/ftheader.h
+FIND_PATH(FREETYPE_INCLUDE_DIR_FTHEADER config/ftheader.h
   /usr/include/freetype2
   /usr/local/include/freetype2
   ${FREETYPE_INCLUDE_DIR_FT2BUILD}
