giddie / poppler-cairo-backend

A patchset to enable subpixel rendering of fonts via Cairo in Poppler's Qt wrapper
19 stars 2 forks source link

patch to build with auto* build system #2

Closed arekm closed 10 years ago

arekm commented 11 years ago

Tiny patch that gets patchset usable with old build system: http://ixion.pld-linux.org/~arekm/poppler-qt4-cairo-backend-fixes.patch

giddie commented 11 years ago

Hmm; I'm not sure that it's correct to link poppler-qt4 against poppler-glib. The correct solution would be to build the CairoOutputDev into poppler-qt4, as in the CMake build configuration.

arekm commented 11 years ago

Makes sense.