Skip to content

Commit

Permalink
build: Require poppler 22.05 for PDF rendering
Browse files Browse the repository at this point in the history
Follow up of 198adeb, it allows
to remove all cast checks for previous poppler versions in the code
  • Loading branch information
pabloyoyoista authored and gpoo committed Jun 21, 2023
1 parent 8493913 commit 24e1008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ elif get_option('dvi').auto()
endif

# *** PDF ***
poppler_req_version = '>= 22.02.0'
poppler_req_version = '>= 22.05.0'
poppler_glib_dep = dependency('poppler-glib', version: poppler_req_version, required: get_option('pdf'))

enable_pdf = poppler_glib_dep.found()
Expand Down

0 comments on commit 24e1008

Please sign in to comment.