]> git.pld-linux.org Git - packages/zathura-pdf-mupdf.git/blob - mupdf_1.18.patch
up to 0.3.7
[packages/zathura-pdf-mupdf.git] / mupdf_1.18.patch
1 --- zathura-pdf-mupdf-0.3.7/meson.build.orig    2021-07-14 18:55:03.293939600 +0200
2 +++ zathura-pdf-mupdf-0.3.7/meson.build 2021-07-15 20:24:42.663550814 +0200
3 @@ -20,7 +20,7 @@
4  glib = dependency('glib-2.0')
5  cairo = dependency('cairo')
6  mupdf = cc.find_library('mupdf')
7 -mupdfthird = cc.find_library('mupdf-third')
8 +mupdfthird = cc.find_library('mupdf-third', required: false)
9  
10  build_dependencies = [
11    zathura,
This page took 0.061099 seconds and 3 git commands to generate.