| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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/x-modular.eclass,v 1.36 2005/12/23 16:41:52 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.37 2006/01/01 01:14:59 swegener Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is designed to reduce code duplication in the modularized X11 |
7 | # This eclass is designed to reduce code duplication in the modularized X11 |
| 8 | # ebuilds. |
8 | # ebuilds. |
| … | |
… | |
| 105 | |
105 | |
| 106 | # Enable driver code in the rest of the eclass |
106 | # Enable driver code in the rest of the eclass |
| 107 | DRIVER="yes" |
107 | DRIVER="yes" |
| 108 | |
108 | |
| 109 | # Add driver patchset to SRC_URI |
109 | # Add driver patchset to SRC_URI |
| 110 | SRC_URI="${SRC_URI} |
110 | SRC_URI="${SRC_URI} |
| 111 | http://dev.gentoo.org/~joshuabaergen/distfiles/x11-driver-patches-${XDPVER}.tar.bz2" |
111 | http://dev.gentoo.org/~joshuabaergen/distfiles/x11-driver-patches-${XDPVER}.tar.bz2" |
| 112 | fi |
112 | fi |
| 113 | |
113 | |
| 114 | DEPEND="${DEPEND} |
114 | DEPEND="${DEPEND} |
| 115 | >=dev-util/pkgconfig-0.18 |
115 | >=dev-util/pkgconfig-0.18 |