aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zathura-pdf-mupdf/meson-mupdfthird.patch
blob: f9551171faa097267b3b32d511e90cb416c18d8d (plain)
1
2
3
4
5
6
7
8
9
10
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,