tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
beamerpresenter-mupdf: fix build with shared lib mupdf
Lily Foster
2 years ago
b653be52
8aced2d1
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
office
beamerpresenter
default.nix
+1
-1
pkgs/applications/office/beamerpresenter/default.nix
···
72
"-DUSE_POPPLER=${if usePoppler then "ON" else "OFF"}"
73
"-DUSE_MUPDF=${if useMupdf then "ON" else "OFF"}"
74
"-DUSE_QTPDF=OFF"
75
-
"-DLINK_MUPDF_THIRD=ON"
76
"-DUSE_EXTERNAL_RENDERER=${if useExternalRenderer then "ON" else "OFF"}"
77
"-DLINK_MUJS=OFF"
78
"-DLINK_GUMBO=ON"
···
72
"-DUSE_POPPLER=${if usePoppler then "ON" else "OFF"}"
73
"-DUSE_MUPDF=${if useMupdf then "ON" else "OFF"}"
74
"-DUSE_QTPDF=OFF"
75
+
"-DLINK_MUPDF_THIRD=OFF"
76
"-DUSE_EXTERNAL_RENDERER=${if useExternalRenderer then "ON" else "OFF"}"
77
"-DLINK_MUJS=OFF"
78
"-DLINK_GUMBO=ON"