Fixed wrong comment in previous commit.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/25/head
Michele Calgaro 4 years ago
parent 86504f1214
commit 59fd7cea8c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -29,14 +29,13 @@ if( WITH_GCC_VISIBILITY )
endif( )
# freetype2
##### check for fontconfig ######################
##### check for freetype #####################
if( BUILD_KDVI OR BUILD_KPDF OR BUILD_KSVG )
pkg_search_module( FREETYPE freetype2 )
if( FREETYPE_FOUND )
set( HAVE_FREETYPE 1 )
else( )
tde_message_fatal( "freetype2 is required, but was not found on your system" )
tde_message_fatal( "freetype is required, but was not found on your system" )
endif( )
endif( )

Loading…
Cancel
Save