diff options
Diffstat (limited to 'Build/source/texk/web2c/ac/web2c.ac')
-rw-r--r-- | Build/source/texk/web2c/ac/web2c.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/ac/web2c.ac b/Build/source/texk/web2c/ac/web2c.ac index 6aa8ce15562..b4021f02a31 100644 --- a/Build/source/texk/web2c/ac/web2c.ac +++ b/Build/source/texk/web2c/ac/web2c.ac @@ -39,9 +39,9 @@ m4_define([kpse_tex_progs], [dnl [[euptex], [yes], [yes], [e-upTeX], [ptexenc]], [[aleph], [yes], [], [Aleph], []], [[pdftex], [yes], [yes], [pdfTeX], [xpdf libpng]], -[[luatex], [yes], [], [LuaTeX], [poppler cairo libpng zziplib lua52]], -[[luajittex], [yes], [], [LuaJITTeX], [poppler cairo libpng zziplib luajit]], -[[mp], [yes], [], [MetaPost], [cairo libpng]], +[[luatex], [yes], [], [LuaTeX], [poppler mpfr cairo libpng zziplib lua52]], +[[luajittex], [yes], [], [LuaJITTeX], [poppler mpfr cairo libpng zziplib luajit]], +[[mp], [yes], [], [MetaPost], [mpfr cairo libpng]], [[xetex], [yes], [yes], [XeTeX], [poppler libpng freetype2 teckit harfbuzz]], ])[]dnl m4_foreach([Kpse_Prog], [kpse_tex_progs], |