|
@@ -24,9 +24,9 @@ find_path(FREETYPE_INCLUDE_DIR_ft2build
|
|
ENV FREETYPE_DIR
|
|
ENV FREETYPE_DIR
|
|
ENV DepsPath${_lib_suffix}
|
|
ENV DepsPath${_lib_suffix}
|
|
ENV DepsPath
|
|
ENV DepsPath
|
|
- ${FreetypePath${lib_suffix}}
|
|
|
|
|
|
+ ${FreetypePath${_lib_suffix}}
|
|
${FreetypePath}
|
|
${FreetypePath}
|
|
- ${DepsPath${lib_suffix}}
|
|
|
|
|
|
+ ${DepsPath${_lib_suffix}}
|
|
${DepsPath}
|
|
${DepsPath}
|
|
${_FREETYPE_INCLUDE_DIRS}
|
|
${_FREETYPE_INCLUDE_DIRS}
|
|
PATHS
|
|
PATHS
|
|
@@ -42,6 +42,12 @@ find_path(FREETYPE_INCLUDE_DIR_freetype2
|
|
ENV FreetypePath${_lib_suffix}
|
|
ENV FreetypePath${_lib_suffix}
|
|
ENV FreetypePath
|
|
ENV FreetypePath
|
|
ENV FREETYPE_DIR
|
|
ENV FREETYPE_DIR
|
|
|
|
+ ENV DepsPath${_lib_suffix}
|
|
|
|
+ ENV DepsPath
|
|
|
|
+ ${FreetypePath${_lib_suffix}}
|
|
|
|
+ ${FreetypePath}
|
|
|
|
+ ${DepsPath${_lib_suffix}}
|
|
|
|
+ ${DepsPath}
|
|
${_FREETYPE_INCLUDE_DIRS}
|
|
${_FREETYPE_INCLUDE_DIRS}
|
|
PATHS
|
|
PATHS
|
|
/usr/include /usr/local/include /opt/local/include /sw/include
|
|
/usr/include /usr/local/include /opt/local/include /sw/include
|
|
@@ -54,6 +60,12 @@ find_library(FREETYPE_LIB
|
|
ENV FreetypePath${_lib_suffix}
|
|
ENV FreetypePath${_lib_suffix}
|
|
ENV FreetypePath
|
|
ENV FreetypePath
|
|
ENV FREETYPE_DIR
|
|
ENV FREETYPE_DIR
|
|
|
|
+ ENV DepsPath${_lib_suffix}
|
|
|
|
+ ENV DepsPath
|
|
|
|
+ ${FreetypePath${_lib_suffix}}
|
|
|
|
+ ${FreetypePath}
|
|
|
|
+ ${DepsPath${_lib_suffix}}
|
|
|
|
+ ${DepsPath}
|
|
${_FREETYPE_LIBRARY_DIRS}
|
|
${_FREETYPE_LIBRARY_DIRS}
|
|
PATHS
|
|
PATHS
|
|
/usr/lib /usr/local/lib /opt/local/lib /sw/lib
|
|
/usr/lib /usr/local/lib /opt/local/lib /sw/lib
|