xorg-fonts-encodings: fix path to fonts root directory

This commit is contained in:
Leonid Pliushch 2019-06-29 23:59:39 +03:00 committed by Yaksh Bariya
parent c3e7124b09
commit a7756b9f2e
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -7,6 +7,8 @@ TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/font/encoding
TERMUX_PKG_SHA256=bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-fontrootdir=$TERMUX_PREFIX/share/fonts"
termux_step_pre_configure() {
## Checking only for mkfontdir which is a part of xfonts-utils that provides
## tool mkfontscale used in further steps.