| # Copyright 1999-2017 Gentoo Foundation | |
| # Distributed under the terms of the GNU General Public License v2 | |
| # $Id$ | |
| EAPI=5 | |
| XORG_PACKAGE_NAME="lib${PN}" | |
| # this package just installs some .c and .h files, no libraries | |
| XORG_STATIC=no | |
| XORG_DOC=doc | |
| inherit xorg-2 | |
| DESCRIPTION="X.Org xtrans library" | |
| KEYWORDS="*" | |
| IUSE="" | |
| RDEPEND="" | |
| DEPEND="${RDEPEND}" | |
| src_configure() { | |
| XORG_CONFIGURE_OPTIONS=( | |
| $(use_enable doc docs) | |
| $(use_with doc xmlto) | |
| --without-fop | |
| ) | |
| xorg-2_src_configure | |
| } |