texlive-bin: clean up configure args
This commit is contained in:
parent
8f2d0e7c0e
commit
63f66a18cf
@ -21,58 +21,47 @@ TL_ROOT=$TERMUX_PREFIX/share/texlive
|
|||||||
TL_BINDIR=$TERMUX_PREFIX/bin
|
TL_BINDIR=$TERMUX_PREFIX/bin
|
||||||
|
|
||||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||||
AR=ar \
|
--mandir=$TERMUX_PREFIX/share/man
|
||||||
RANLIB=ranlib \
|
--infodir=$TERMUX_PREFIX/share/info
|
||||||
BUILDAR=ar \
|
--datarootdir=$TL_ROOT
|
||||||
BUILDRANLIB=ranlib \
|
--build=$TERMUX_BUILD_TUPLE
|
||||||
--prefix=$TL_ROOT \
|
--enable-ttfdump=no
|
||||||
--bindir=$TL_BINDIR \
|
--enable-makeindexk=yes
|
||||||
--datarootdir=$TL_ROOT \
|
--enable-makejvf=no
|
||||||
--datadir=$TERMUX_PREFIX/share \
|
--enable-mendexk=no
|
||||||
--mandir=$TERMUX_PREFIX/share/man \
|
--enable-musixtnt=no
|
||||||
--docdir=$TERMUX_PREFIX/share/doc \
|
--enable-ps2pk=no
|
||||||
--infodir=$TERMUX_PREFIX/share/info \
|
--enable-seetexk=no
|
||||||
--libdir=$TERMUX_PREFIX/lib \
|
--enable-gregorio=no
|
||||||
--includedir=$TERMUX_PREFIX/include \
|
--disable-native-texlive-build
|
||||||
--build=$TERMUX_BUILD_TUPLE \
|
--disable-bibtexu
|
||||||
--enable-ttfdump=no \
|
--disable-dvisvgm
|
||||||
--enable-makeindexk=yes \
|
--disable-dialog
|
||||||
--enable-makejvf=no \
|
--disable-psutils
|
||||||
--enable-mendexk=no \
|
--disable-multiplatform
|
||||||
--enable-musixtnt=no \
|
--disable-t1utils
|
||||||
--enable-ps2pk=no \
|
--enable-luatex
|
||||||
--enable-seetexk=no \
|
--disable-luajittex
|
||||||
--enable-gregorio=no \
|
--disable-mflua
|
||||||
--disable-native-texlive-build \
|
--disable-mfluajit
|
||||||
--disable-bibtexu \
|
--disable-xz
|
||||||
--disable-dvisvgm \
|
--disable-pmx
|
||||||
--disable-dialog \
|
--without-texinfo
|
||||||
--disable-psutils \
|
--without-xdvipdfmx
|
||||||
--disable-multiplatform \
|
--without-texi2html
|
||||||
--disable-t1utils \
|
--with-system-cairo
|
||||||
--enable-luatex \
|
--with-system-graphite2
|
||||||
--disable-luajittex \
|
--with-system-harfbuzz
|
||||||
--disable-mflua \
|
--with-system-gd
|
||||||
--disable-mfluajit \
|
--with-system-gmp
|
||||||
--disable-xz \
|
--with-system-icu
|
||||||
--disable-pmx \
|
--with-system-mpfr
|
||||||
--without-texinfo \
|
--with-system-poppler
|
||||||
--without-xdvipdfmx \
|
--with-system-zlib
|
||||||
--without-texi2html \
|
--with-system-xpdf
|
||||||
--with-system-cairo \
|
--with-system-lua
|
||||||
--with-system-graphite2 \
|
--with-system-teckit
|
||||||
--with-system-harfbuzz \
|
--without-x
|
||||||
--with-system-gd \
|
|
||||||
--with-system-gmp \
|
|
||||||
--with-system-icu \
|
|
||||||
--with-system-lua \
|
|
||||||
--with-system-mpfr \
|
|
||||||
--with-system-poppler \
|
|
||||||
--with-system-zlib \
|
|
||||||
--with-system-xpdf \
|
|
||||||
--with-system-lua \
|
|
||||||
--with-system-teckit \
|
|
||||||
--without-x \
|
|
||||||
--with-banner-add=/Termux"
|
--with-banner-add=/Termux"
|
||||||
|
|
||||||
# These files are provided by texlive:
|
# These files are provided by texlive:
|
||||||
|
Loading…
Reference in New Issue
Block a user