diff options
Diffstat (limited to 'app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch')
-rw-r--r-- | app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch b/app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch deleted file mode 100644 index 9c4de3d0fe9a..000000000000 --- a/app-text/zathura-pdf-mupdf/files/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/835592 ---- a/meson.build -+++ b/meson.build -@@ -20,7 +20,6 @@ girara = dependency('girara-gtk3') - glib = dependency('glib-2.0') - cairo = dependency('cairo') - mupdf = dependency('mupdf', required: false) --mupdfthird = cc.find_library('mupdf-third') - - build_dependencies = [ - zathura, -@@ -32,10 +31,10 @@ build_dependencies = [ - if not mupdf.found() - # normal build of mupdf - mupdf = cc.find_library('mupdf') -- build_dependencies += [mupdf, mupdfthird] -+ build_dependencies += [mupdf] - else - # build from Debian's libmupdf-dev -- build_dependencies += [mupdf, mupdfthird] -+ build_dependencies += [mupdf] - - libjpeg = dependency('libjpeg') - libjbig2dec = cc.find_library('jbig2dec') |