summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindFreeType.cmake
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2019-04-29 12:23:35 +0200
committermanuel <manuel@mausz.at>2019-04-29 12:23:35 +0200
commitcf85cccfdb1aa57b6246641f606563288e0870e5 (patch)
tree06b9d173bf466d555d99803d1bce388e666444e5 /cmake/modules/FindFreeType.cmake
parent483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff)
downloadkodi-pvr-build-cf85cccfdb1aa57b6246641f606563288e0870e5.tar.gz
kodi-pvr-build-cf85cccfdb1aa57b6246641f606563288e0870e5.tar.bz2
kodi-pvr-build-cf85cccfdb1aa57b6246641f606563288e0870e5.zip
sync with upstreamLeia
Diffstat (limited to 'cmake/modules/FindFreeType.cmake')
-rw-r--r--cmake/modules/FindFreeType.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/modules/FindFreeType.cmake b/cmake/modules/FindFreeType.cmake
index 8a39555..771819e 100644
--- a/cmake/modules/FindFreeType.cmake
+++ b/cmake/modules/FindFreeType.cmake
@@ -19,7 +19,8 @@ endif()
19 19
20find_path(FREETYPE_INCLUDE_DIR NAMES freetype/freetype.h freetype.h 20find_path(FREETYPE_INCLUDE_DIR NAMES freetype/freetype.h freetype.h
21 PATHS ${PC_FREETYPE_INCLUDEDIR} 21 PATHS ${PC_FREETYPE_INCLUDEDIR}
22 ${PC_FREETYPE_INCLUDE_DIRS}) 22 ${PC_FREETYPE_INCLUDE_DIRS}
23 PATH_SUFFIXES freetype2)
23find_library(FREETYPE_LIBRARY NAMES freetype freetype246MT 24find_library(FREETYPE_LIBRARY NAMES freetype freetype246MT
24 PATHS ${PC_FREETYPE_LIBDIR}) 25 PATHS ${PC_FREETYPE_LIBDIR})
25 26