Remove upper bound on poppler version for gb.pdf

[GB.PDF]
* NEW: Remove upper bound on poppler version for gb.pdf
This commit is contained in:
Amin Bandali 2023-08-18 14:33:23 -04:00 committed by Bastian Germann
parent 190c2bd2f6
commit b2a8ef86f5

View file

@ -10,7 +10,7 @@ PKG_PROG_PKG_CONFIG
GB_COMPONENT_PKG_CONFIG( GB_COMPONENT_PKG_CONFIG(
poppler, POPPLER, gb.pdf, [src], poppler, POPPLER, gb.pdf, [src],
'poppler >= 0.20' 'poppler < 23.0' 'poppler >= 0.20'
) )
if test "$have_poppler" = "yes"; then if test "$have_poppler" = "yes"; then