| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 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/virtualx.eclass,v 1.11 2003/02/16 04:26:21 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.14 2003/06/21 02:29:45 jje Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass can be used for packages that needs a working X environment to build |
7 | # This eclass can be used for packages that needs a working X environment to build |
| 8 | |
8 | |
| … | |
… | |
| 99 | Xemake() { |
99 | Xemake() { |
| 100 | export maketype="emake" |
100 | export maketype="emake" |
| 101 | virtualmake "$*" |
101 | virtualmake "$*" |
| 102 | } |
102 | } |
| 103 | |
103 | |
|
|
104 | #Same as "econf", but setup the Xvfb hack if needed |
|
|
105 | Xeconf() { |
|
|
106 | export maketype="econf" |
|
|
107 | virtualmake "$*" |
|
|
108 | } |