CMake: Configure: Add missing CMake variable for freetype.

This commit is contained in:
kestred 2013-12-11 11:03:43 -07:00
parent ee06025d43
commit bd5ade1fb7
1 changed files with 3 additions and 0 deletions

View File

@ -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()
########