Fix poppler pdf build stuck on
parent
c76e18f3ba
commit
11a4c24db6
@ -1,5 +1,4 @@
|
|||||||
# Compile the pdf import filter only if Poppler is available
|
# Compile the pdf import filter only if Poppler is available
|
||||||
# PKG_CHECK_MODULES(POPPLER, poppler-tqt >= 0.5.1, have_poppler=yes, have_poppler=no)
|
PKG_CHECK_MODULES(POPPLER, poppler-tqt >= 0.5.1, have_poppler=yes, have_poppler=no)
|
||||||
have_poppler=yes
|
|
||||||
|
|
||||||
AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes)
|
AM_CONDITIONAL(include_PDF, test "x$have_poppler" = xyes)
|
||||||
|
Loading…
Reference in New Issue