summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/luahbtex.tlpsrc
blob: 32f11681662b28fc90fae5bf4922024e20ba0915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
category TLCore
shortdesc LuaTeX with HarfBuzz library for glyph shaping

# Until TL'20, we only have this for auto-built platforms and Windows,
# via /home/texlive/luahbtmp on tug.
#
# Keep in sync with latex-bin-dev.tlpsrc.
tlpsetvar no_luahb_platforms i386-netbsd
#
binpattern f/!${no_luahb_platforms} bin/${ARCH}/luahbtex

# For the TL'20 release, we should have luahbtex for all platforms.
# For now, on platforms where there is no luahbtex, it will be ignored
# due to the special --no-error-if-no-engine option in fmtutil,
# invoked by specifications in TLConfig.pm and tlmgr.pl.
execute AddFormat name=luahbtex engine=luahbtex \
  patterns=language.def,language.dat.lua \
  options="luatex.ini" \
  fmttriggers=${global_luatex_deps},luatex

# can't have luahbtex without luatex.
depend luatex