From 06261c87d538d312655e3b81014d002675c04a69 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 17 Dec 2022 19:46:13 +0300 Subject: [PATCH] mupdf. --- office/misc/mupdf/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/office/misc/mupdf/actions.py b/office/misc/mupdf/actions.py index 7eaae6cc39..526c222165 100644 --- a/office/misc/mupdf/actions.py +++ b/office/misc/mupdf/actions.py @@ -22,7 +22,7 @@ def build(): shelltools.system("sed '/TOFU_CJK /c #define TOFU_CJK 1/' -i include/mupdf/fitz/config.h") shelltools.system("sed -i '/ttc/s/^/#/' Makefile") # remove bundled packages, use our system libraries - shelltools.system("rm -rf thirdparty/{curl,freetype,glut,harfbuzz,libjpeg,openjpeg,zlib}") + shelltools.system("rm -rf thirdparty/{curl,freetype,harfbuzz,libjpeg,openjpeg,zlib}") autotools.make("prefix=/usr %s" % i)