gambas-source-code/gb.poppler/configure.ac
gambas 2dc81d0b98 Use 'poppler-cpp' for rendering, and 'poppler-glib' for the other features. Add rendering hints properties.
[GB.POPPLER]
* NEW: Use 'poppler-cpp' for rendering, and 'poppler-glib' for the other features.
* NEW: PdfDocument: Antialiasing, TextAntialiasing and TextHinting are three new properties that define rendering hints. All are TRUE by default, except TextHinting.
2020-12-04 22:16:31 +01:00

14 lines
357 B
Text

dnl ---- configure.ac for gb.poppler
m4_include([../version.m4])
AC_INIT(gambas3-gb-poppler, GB_VERSION, GB_MAIL, [], GB_URL)
AC_CONFIG_MACRO_DIR([m4])
GB_INIT(gb.poppler)
AC_PROG_LIBTOOL
GB_COMPONENT_PKG_CONFIG(
poppler,
POPPLER,
gb.poppler,
[src],
'poppler >= 0.20' poppler-cpp poppler-glib)
AC_OUTPUT( Makefile src/Makefile )
GB_PRINT_MESSAGES