diff options
author | Michele Calgaro <[email protected]> | 2020-06-14 23:38:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-06-14 23:39:34 +0900 |
commit | 6c812a50eca6bfe3b15506a1098acdb715dc858b (patch) | |
tree | 3cb6af81f5d2e982c9ec8e31de636ac3b97efc31 /ConfigureChecks.cmake | |
parent | 56378c53322ab19164cd45c5b9d28402a47d7c3e (diff) | |
download | tdegraphics-6c812a50eca6bfe3b15506a1098acdb715dc858b.tar.gz tdegraphics-6c812a50eca6bfe3b15506a1098acdb715dc858b.zip |
Fixed wrong comment in previous commit.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 59fd7cea8cc1bad9ea503688c37f353aa8c9820b)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 8df89a93..24585108 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -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( ) |