| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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/virtualx.eclass,v 1.17 2004/08/22 17:48:59 swegener Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.18 2004/10/19 19:51:12 vapier 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 | |
| … | |
… | |
| 24 | then |
24 | then |
| 25 | export XAUTHORITY= |
25 | export XAUTHORITY= |
| 26 | # The following is derived from Mandrake's hack to allow |
26 | # The following is derived from Mandrake's hack to allow |
| 27 | # compiling without the X display |
27 | # compiling without the X display |
| 28 | |
28 | |
| 29 | einfo "Scanning for a open DISPLAY to start Xvfb..." |
29 | einfo "Scanning for a open DISPLAY to start Xvfb ..." |
| 30 | |
30 | |
| 31 | # We really do not want SANDBOX enabled here |
31 | # We really do not want SANDBOX enabled here |
| 32 | export SANDBOX_DISABLED="1" |
32 | export SANDBOX_DISABLED="1" |
| 33 | |
33 | |
| 34 | local i=0 |
34 | local i=0 |