logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 6219971ed5336e48426d6a5b0e3ed8aa4ab06c04
parent 1922b41331483d73127906adbcadcd5dbd1ef1ad
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 14 Dec 2020 17:52:36 -0800

mupdf: Remove gumbo dependency

We don't build with HTML support since it requires harfbuzz, so the
code that uses gumbo can be guarded by FZ_ENABLE_HTML, making the
dependency conditional.

Diffstat:

Mpkg/mupdf/gen.lua2--
Mpkg/mupdf/ver2+-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/pkg/mupdf/gen.lua b/pkg/mupdf/gen.lua @@ -17,7 +17,6 @@ cflags{ '-I $srcdir/include', '-I $outdir', '-isystem $builddir/pkg/freetype/include', - '-isystem $builddir/pkg/gumbo/include', '-isystem $builddir/pkg/jbig2dec/include', '-isystem $builddir/pkg/libjpeg-turbo/include', '-isystem $builddir/pkg/zlib/include', @@ -37,7 +36,6 @@ end pkg.deps = { 'pkg/freetype/headers', - 'pkg/gumbo/headers', 'pkg/jbig2dec/headers', 'pkg/libjpeg-turbo/headers', 'pkg/zlib/headers', diff --git a/pkg/mupdf/ver b/pkg/mupdf/ver @@ -1 +1 @@ -1.18.0 r0 +1.18.0 r1