media-fonts/font-alias: pass --with-fontrootdir to configure

Bug: https://bugs.gentoo.org/815520
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert 2021-10-01 13:30:22 -04:00
parent 7190cb604d
commit 27a6f3c57e
No known key found for this signature in database
GPG Key ID: 7E58A298F42F9CCD
1 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390
BDEPEND="x11-apps/mkfontscale
>=media-fonts/font-util-1.1.1-r1"
XORG_CONFIGURE_OPTIONS=(
# https://bugs.gentoo.org/815520
--with-fontrootdir="${EPREFIX}"/usr/share/fonts
)