diff options
author | Slávek Banko <[email protected]> | 2021-12-20 16:49:09 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-20 16:49:31 +0100 |
commit | 8a8805a8fac18a62361072d159c1b56c2964024d (patch) | |
tree | 7bc91387d93dcfd24288b0581b37f56a55f902e4 /CMakeLists.txt | |
parent | bbecf5bb845600c8c359e4ed9e07c95d93030e84 (diff) | |
download | tdegraphics-8a8805a8fac18a62361072d159c1b56c2964024d.tar.gz tdegraphics-8a8805a8fac18a62361072d159c1b56c2964024d.zip |
Set t1lib support to OFF by default for all cases.
The library is abandoned and there is no reason to maintain support for it.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a48f5976..4b701284 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ tde_setup_paths( ) OPTION( WITH_ALL_OPTIONS "Enable all optional support" OFF ) -option( WITH_T1LIB "Enable t1lib support" ${WITH_ALL_OPTIONS} ) +option( WITH_T1LIB "Enable t1lib support" OFF ) option( WITH_PAPER "Enable libpaper support" ${WITH_ALL_OPTIONS} ) OPTION( WITH_TIFF "Enable tiff support (tdefile-plugins)" ${WITH_ALL_OPTIONS} ) OPTION( WITH_OPENEXR "Enable openexr support (tdefile-plugins)" ${WITH_ALL_OPTIONS} ) |