You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
925 B
34 lines
925 B
From 86e3c01cf1a113681873d4f550262c1aefa48df7 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk@redhat.com>
|
|
Date: Tue, 10 Apr 2018 20:41:55 +0200
|
|
Subject: [PATCH] Drop the mupdfthird dependency
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
It's not provided in Fedora.
|
|
|
|
Signed-off-by: Petr Šabata <contyk@redhat.com>
|
|
---
|
|
meson.build | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index 3b0d7b7..6e077cf 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -20,9 +20,8 @@ girara = dependency('girara-gtk3')
|
|
glib = dependency('glib-2.0')
|
|
cairo = dependency('cairo')
|
|
mupdf = cc.find_library('mupdf')
|
|
-mupdfthird = cc.find_library('mupdfthird')
|
|
|
|
-build_dependencies = [zathura, girara, glib, cairo, mupdf, mupdfthird]
|
|
+build_dependencies = [zathura, girara, glib, cairo, mupdf]
|
|
|
|
# defines
|
|
defines = [
|
|
--
|
|
2.17.0
|
|
|