CMake: Configure: Add missing CMake variable for freetype.
This commit is contained in:
parent
ee06025d43
commit
bd5ade1fb7
|
|
@ -120,6 +120,9 @@ config_package(GTK COMMENT "gtk+-2")
|
|||
find_package(Freetype)
|
||||
mangle_package(Freetype)
|
||||
config_package(FREETYPE COMMENT "Freetype")
|
||||
if(HAVE_FREETYPE AND NOT WIN32)
|
||||
set(FREETYPE_CONFIG freetype-config)
|
||||
endif()
|
||||
|
||||
|
||||
########
|
||||
|
|
|
|||
Loading…
Reference in New Issue