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.41 2011/04/20 12:48:38 mgorny Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.42 2011/05/08 12:20:46 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. |
… | |
… | |
214 | COMMON_DEPEND+=" |
214 | COMMON_DEPEND+=" |
215 | x11-base/xorg-server[xorg] |
215 | x11-base/xorg-server[xorg] |
216 | " |
216 | " |
217 | fi |
217 | fi |
218 | if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then |
218 | if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then |
|
|
219 | DEPEND+=" |
|
|
220 | x11-proto/inputproto |
|
|
221 | " |
|
|
222 | fi |
|
|
223 | if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then |
219 | COMMON_DEPEND+=" |
224 | COMMON_DEPEND+=" |
220 | x11-libs/libpciaccess |
225 | x11-libs/libpciaccess |
221 | " |
226 | " |
222 | # we also needs some protos and libs in all cases |
227 | # we also needs some protos and libs in all cases |
223 | DEPEND+=" |
228 | DEPEND+=" |