beamerpresenter-mupdf: fix build with shared lib mupdf

+1 -1
+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"