]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
Build system: Do not explicitly check for libpoppler-cpp
authorTill Kamppeter <till.kamppeter@gmail.com>
Tue, 17 Jan 2023 16:53:23 +0000 (13:53 -0300)
committerTill Kamppeter <till.kamppeter@gmail.com>
Tue, 17 Jan 2023 16:53:23 +0000 (13:53 -0300)
The cups-filters does not contain any code using libpoppler-cpp,
therefore we let ./configure not check for it. This makes building
distribution packages easier.

configure.ac

index 2c917cdfc00725a0db0e31415e154f2ae6c3eeb0..a3606c30fa315e5700c67a627d2a0c451561b9ab 100644 (file)
@@ -173,9 +173,6 @@ AM_CONDITIONAL([ENABLE_IMAGEFILTERS], [test "x$enable_imagefilters" != "xno"])
 AC_ARG_ENABLE(poppler, AS_HELP_STRING([--enable-poppler],[enable Poppler-based filters]),
              enable_poppler=$enableval,enable_poppler=yes)
 AM_CONDITIONAL(ENABLE_POPPLER, test x$enable_poppler = xyes)
-if test x$enable_poppler = xyes; then
-       PKG_CHECK_MODULES([POPPLER], [poppler-cpp >= 0.19])
-fi
 
 # =====================
 # Check for Ghostscript