mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
beamerpresenter-mupdf: fix build with shared lib mupdf
This commit is contained in:
parent
8aced2d10b
commit
b653be52a9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user