diff options
| author | manuel <manuel@mausz.at> | 2019-04-29 12:22:05 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-04-29 12:22:05 +0200 |
| commit | e317daf081a1048904fdf0b548946fa3ba6593a7 (patch) | |
| tree | 285a58fe8c6b4a95c9a6020afbe7bcc9cb913ea7 /cmake/modules/FindFreeType.cmake | |
| parent | 483c0b88bfc1b798396c31a4dd2f5239399ce59e (diff) | |
| download | kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.gz kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.tar.bz2 kodi-pvr-build-e317daf081a1048904fdf0b548946fa3ba6593a7.zip | |
sync with upstream
Diffstat (limited to 'cmake/modules/FindFreeType.cmake')
| -rw-r--r-- | cmake/modules/FindFreeType.cmake | 3 |
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 | ||
| 20 | find_path(FREETYPE_INCLUDE_DIR NAMES freetype/freetype.h freetype.h | 20 | find_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) | ||
| 23 | find_library(FREETYPE_LIBRARY NAMES freetype freetype246MT | 24 | find_library(FREETYPE_LIBRARY NAMES freetype freetype246MT |
| 24 | PATHS ${PC_FREETYPE_LIBDIR}) | 25 | PATHS ${PC_FREETYPE_LIBDIR}) |
| 25 | 26 | ||
