diff options
| author | suv-lp <> | 2016-06-05 07:13:26 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-06-05 07:13:26 +0000 |
| commit | 6dc993e102ad8667b46bc32db6869efde3688507 (patch) | |
| tree | 6a00f09fd4563c5d1b98e2a05fa536053b6d2b31 /config.h.cmake | |
| parent | [Bug #1587311] Entering + into stroke width dialog crashes Inkscape. (diff) | |
| download | inkscape-6dc993e102ad8667b46bc32db6869efde3688507.tar.gz inkscape-6dc993e102ad8667b46bc32db6869efde3688507.zip | |
[Bug #1545333] Remove obsolete poppler entries from cmake's template for config.h
Fixed bugs:
- https://launchpad.net/bugs/1545333
(bzr r14953)
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h.cmake b/config.h.cmake index 3471caadf..eae54fd03 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -143,24 +143,12 @@ /* Use libpoppler-glib and Cairo-SVG for PDF import */ #cmakedefine HAVE_POPPLER_GLIB 1 -/* Use GfxFont from Poppler >= 0.8.3 */ -#cmakedefine POPPLER_NEW_GFXFONT 1 - -/* Use color space API from Poppler >= 0.12.2 */ -#cmakedefine POPPLER_NEW_COLOR_SPACE_API 1 - /* Use color space API from Poppler >= 0.26.0 */ #cmakedefine POPPLER_EVEN_NEWER_COLOR_SPACE_API 1 /* Use color space API from Poppler >= 0.29.0 */ #cmakedefine POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API 1 -/* Use new error API from Poppler >= 0.20.0 */ -#cmakedefine POPPLER_NEW_ERRORAPI - -/* GfxPatch no longer uses GfxColor in >= 0.15.1 */ -#cmakedefine POPPLER_NEW_GFXPATCH 1 - /* Define to 1 if you have the `pow' function. */ #cmakedefine HAVE_POW 1 |
