summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/mflua.tlpsrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlpsrc/mflua.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/mflua.tlpsrc20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/mflua.tlpsrc b/Master/tlpkg/tlpsrc/mflua.tlpsrc
new file mode 100644
index 00000000000..5baa5fbc6fe
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/mflua.tlpsrc
@@ -0,0 +1,20 @@
+# On platforms where there is no luajittex, it will be ignored
+# due to special options in fmtutil and TLConfig.pm.
+#execute AddFormat name=luajittex engine=luajittex options="luatex.ini" \
+# patterns=language.def,language.dat.lua \
+# fmttriggers=${fmtdeps},pdftex
+
+binpattern f bin/${ARCH}/mflua
+binpattern f bin/${ARCH}/mflua-nowin
+
+# duplicated in luatex.tlpsrc, sigh.
+tlpsetvar no_luajit_platforms \
+ alpha-linux,sparc-solaris,x86_64-solaris
+#
+binpattern f/!${no_luajit_platforms} bin/${ARCH}/mfluajit
+binpattern f/!${no_luajit_platforms} bin/${ARCH}/mfluajit-nowin
+
+# need metafont for support files, luatex for dll's, etc.
+depend metafont
+depend luatex
+