diff options
author | Slávek Banko <[email protected]> | 2021-12-20 17:17:19 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-20 17:17:19 +0100 |
commit | e0a199f1112c6f2103fde661002a164e81116541 (patch) | |
tree | 81541f52032e037e98fcb0f24302c96fb23cdd66 /kpdf/xpdf/ConfigureChecks.cmake | |
parent | 8a8805a8fac18a62361072d159c1b56c2964024d (diff) | |
download | tdegraphics-e0a199f1112c6f2103fde661002a164e81116541.tar.gz tdegraphics-e0a199f1112c6f2103fde661002a164e81116541.zip |
kpdf: Drop suport for t1lib.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kpdf/xpdf/ConfigureChecks.cmake')
-rw-r--r-- | kpdf/xpdf/ConfigureChecks.cmake | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/kpdf/xpdf/ConfigureChecks.cmake b/kpdf/xpdf/ConfigureChecks.cmake index 6c4b5614..b15a82ef 100644 --- a/kpdf/xpdf/ConfigureChecks.cmake +++ b/kpdf/xpdf/ConfigureChecks.cmake @@ -21,20 +21,6 @@ if( NOT JPEG_FOUND ) endif( ) -# check for t1lib -if( WITH_T1LIB ) - check_include_file( t1lib.h HAVE_T1LIB_H ) - if( HAVE_T1LIB_H ) - check_library_exists( t1 T1_InitLib "" HAVE_T1LIB ) - endif( ) - if( HAVE_T1LIB_H AND HAVE_T1LIB ) - set( T1_LIBRARY t1 CACHE INTERNAL "" FORCE ) - else( ) - tde_message_fatal( "t1lib is required, but was not found on your system" ) - endif( ) -endif( ) - - # check for libpaper if( WITH_PAPER ) check_include_file( paper.h HAVE_PAPER_H ) |