beamerpresenter-mupdf: fix build with shared lib mupdf

This commit is contained in:
Lily Foster 2023-10-14 09:57:37 -04:00
parent 8aced2d10b
commit b653be52a9
No known key found for this signature in database
GPG Key ID: 49340081E484C893

View File

@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
"-DUSE_POPPLER=${if usePoppler then "ON" else "OFF"}"
"-DUSE_MUPDF=${if useMupdf then "ON" else "OFF"}"
"-DUSE_QTPDF=OFF"
"-DLINK_MUPDF_THIRD=ON"
"-DLINK_MUPDF_THIRD=OFF"
"-DUSE_EXTERNAL_RENDERER=${if useExternalRenderer then "ON" else "OFF"}"
"-DLINK_MUJS=OFF"
"-DLINK_GUMBO=ON"