| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.42 2011/05/08 12:20:46 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.43 2011/05/08 12:27:09 scarabeus Exp $ |
| 4 | # |
4 | # |
| 5 | # @ECLASS: xorg-2.eclass |
5 | # @ECLASS: xorg-2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # x11@gentoo.org |
7 | # x11@gentoo.org |
| 8 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
8 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
| … | |
… | |
| 216 | " |
216 | " |
| 217 | fi |
217 | fi |
| 218 | if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then |
218 | if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then |
| 219 | DEPEND+=" |
219 | DEPEND+=" |
| 220 | x11-proto/inputproto |
220 | x11-proto/inputproto |
|
|
221 | x11-proto/kbproto |
|
|
222 | x11-proto/xproto |
| 221 | " |
223 | " |
| 222 | fi |
224 | fi |
| 223 | if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then |
225 | if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then |
| 224 | COMMON_DEPEND+=" |
226 | COMMON_DEPEND+=" |
| 225 | x11-libs/libpciaccess |
227 | x11-libs/libpciaccess |