diff options
author | Adrian Johnson <ajohnson@redneon.com> | 2011-12-23 09:55:20 +1030 |
---|---|---|
committer | Adrian Johnson <ajohnson@redneon.com> | 2011-12-23 09:55:20 +1030 |
commit | ebfab832ab4f2642b9ab2ededd25de670a3c7147 (patch) | |
tree | 394b40f73d7f96d91c642f15109cf3833cc7b55c /utils | |
parent | 388d72ac27ae98fe3a1ebd21760f2b0fa0249a9b (diff) |
autoconf: Check for cairo-ft and other cairo backends
so that CAIRO_LIBS includes the freetype dependency and pdftocairo
includes the dependencies for optional cairo backends.
Bug 43969
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 144d8125..951abdb4 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -17,7 +17,7 @@ INCLUDES = \ -I$(top_srcdir)/poppler \ $(UTILS_CFLAGS) \ $(FONTCONFIG_CFLAGS) \ - $(CAIRO_CFLAGS) + $(PDFTOCAIRO_CFLAGS) LDADD = \ $(top_builddir)/poppler/libpoppler.la \ @@ -32,7 +32,7 @@ pdftocairo_SOURCES = \ pdftocairo_LDADD = \ $(top_builddir)/poppler/libpoppler-cairo.la \ - $(LDADD) $(CAIRO_LIBS) + $(LDADD) $(PDFTOCAIRO_LIBS) pdftocairo_binary = pdftocairo |