| # Copyright 1999-2011 Gentoo Foundation |
| # Distributed under the terms of the GNU General Public License v2 |
| # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcomposite/libXcomposite-0.4.3-r1.ebuild,v 1.4 2011/06/28 21:26:29 ranger Exp $ |
| |
| EAPI=4 |
| |
| XORG_DOC=doc |
| inherit xorg-2 |
| |
| DESCRIPTION="X.Org Xcomposite library" |
| |
| KEYWORDS="*" |
| IUSE="" |
| |
| RDEPEND="x11-libs/libX11 |
| x11-libs/libXfixes |
| >=x11-proto/compositeproto-0.4 |
| x11-proto/xproto" |
| DEPEND="${RDEPEND}" |
| |
| pkg_setup() { |
| xorg-2_pkg_setup |
| XORG_CONFIGURE_OPTIONS=( |
| $(use_with doc xmlto) |
| ) |
| } |