diff options
Diffstat (limited to 'testing/zathura-pdf-mupdf/meson-mupdfthird.patch')
-rw-r--r-- | testing/zathura-pdf-mupdf/meson-mupdfthird.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/zathura-pdf-mupdf/meson-mupdfthird.patch b/testing/zathura-pdf-mupdf/meson-mupdfthird.patch new file mode 100644 index 0000000000..f9551171fa --- /dev/null +++ b/testing/zathura-pdf-mupdf/meson-mupdfthird.patch @@ -0,0 +1,11 @@ +--- a/meson.build 2018-10-04 19:21:03.000000000 +0200 ++++ b/meson.build 2019-04-27 23:32:18.946186871 +0200 +@@ -20,7 +20,7 @@ + glib = dependency('glib-2.0') + cairo = dependency('cairo') + mupdf = cc.find_library('mupdf') +-mupdfthird = cc.find_library('mupdf-third') ++mupdfthird = cc.find_library('mupdfthird') + + build_dependencies = [ + zathura, |