blob: 90b6541560108b2008ad1b809364e00d955cc83e [file] [log] [blame]
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit xorg-2
DESCRIPTION="create an index of scalable font files for X"
KEYWORDS="*"
IUSE=""
RDEPEND="x11-libs/libfontenc
media-libs/freetype:2
sys-libs/zlib
app-arch/bzip2"
DEPEND="${RDEPEND}
x11-base/xorg-proto
x11-misc/util-macros
app-arch/gzip"
XORG_CONFIGURE_OPTIONS=(
--with-bzip2
)