Fixed wrong comment in previous commit.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 59fd7cea8c)
r14.0.x
Michele Calgaro 4 years ago
parent 56378c5332
commit 6c812a50ec

@ -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