diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-01-11 15:02:29 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2016-01-11 15:02:29 +0000 |
| commit | 0290dcac6a900038f2950f21efb95f495c1fc8de (patch) | |
| tree | 3fc0b170a6325aa8c6a462b5d6a9c1d6343bb9ca /CMakeScripts/DefineDependsandFlags.cmake | |
| parent | Bump poppler dep to 0.20.0 (diff) | |
| download | inkscape-0290dcac6a900038f2950f21efb95f495c1fc8de.tar.gz inkscape-0290dcac6a900038f2950f21efb95f495c1fc8de.zip | |
Update CMake for poppler >= 0.20.0 dependency
(bzr r14574)
Diffstat (limited to 'CMakeScripts/DefineDependsandFlags.cmake')
| -rw-r--r-- | CMakeScripts/DefineDependsandFlags.cmake | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/CMakeScripts/DefineDependsandFlags.cmake b/CMakeScripts/DefineDependsandFlags.cmake index f4992de5d..e745b871f 100644 --- a/CMakeScripts/DefineDependsandFlags.cmake +++ b/CMakeScripts/DefineDependsandFlags.cmake @@ -105,14 +105,6 @@ if(ENABLE_POPPLER) set(HAVE_POPPLER_GLIB ON) endif() endif() - if(POPPLER_VERSION VERSION_GREATER "0.8.3" OR - POPPLER_VERSION VERSION_EQUAL "0.8.3") - set(POPPLER_NEW_GFXFONT ON) - endif() - if(POPPLER_VERSION VERSION_GREATER "0.12.2" OR - POPPLER_VERSION VERSION_EQUAL "0.12.2") - set(POPPLER_NEW_COLOR_SPACE_API ON) - endif() if(POPPLER_VERSION VERSION_GREATER "0.26.0" OR POPPLER_VERSION VERSION_EQUAL "0.26.0") set(POPPLER_EVEN_NEWER_COLOR_SPACE_API ON) @@ -121,14 +113,6 @@ if(ENABLE_POPPLER) POPPLER_VERSION VERSION_EQUAL "0.29.0") set(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API ON) endif() - if(POPPLER_VERSION VERSION_GREATER "0.15.1" OR - POPPLER_VERSION VERSION_EQUAL "0.15.1") - set(POPPLER_NEW_GFXPATCH ON) - endif() - if(POPPLER_VERSION VERSION_GREATER "0.20.0" OR - POPPLER_VERSION VERSION_EQUAL "0.20.0") - set(POPPLER_NEW_ERRORAPI ON) - endif() else() set(ENABLE_POPPLER_CAIRO OFF) endif() |
