]> git.pld-linux.org Git - packages/zathura-pdf-mupdf.git/blame - mupdf_1.18.patch
Release 2 (by relup.sh)
[packages/zathura-pdf-mupdf.git] / mupdf_1.18.patch
CommitLineData
1306d742
JP
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.319343 seconds and 4 git commands to generate.