| 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.10 2005/09/04 15:15:37 swegener Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.11 2005/09/05 20:36:30 spyderous 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. |
| … | |
… | |
| 50 | # Don't build static driver modules |
50 | # Don't build static driver modules |
| 51 | DRIVER_OPTIONS="--disable-static" |
51 | DRIVER_OPTIONS="--disable-static" |
| 52 | fi |
52 | fi |
| 53 | |
53 | |
| 54 | DEPEND="${DEPEND} |
54 | DEPEND="${DEPEND} |
| 55 | dev-util/pkgconfig |
55 | >=dev-util/pkgconfig-0.18 |
| 56 | x11-misc/util-macros" |
56 | x11-misc/util-macros" |
| 57 | |
57 | |
| 58 | RDEPEND="${RDEPEND}" |
58 | RDEPEND="${RDEPEND}" |
| 59 | # Shouldn't be necessary once we're in a standard location |
59 | # Shouldn't be necessary once we're in a standard location |
| 60 | # x11-base/x11-env" |
60 | # x11-base/x11-env" |