| 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.24 2005/09/23 20:14:32 dang Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.25 2006/04/11 13:07:24 seemant 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 | |
| … | |
… | |
| 32 | ( [[ -z ${DISPLAY} ]] || ! (${XHOST} &>/dev/null) ) ; then |
32 | ( [[ -z ${DISPLAY} ]] || ! (${XHOST} &>/dev/null) ) ; then |
| 33 | export XAUTHORITY= |
33 | export XAUTHORITY= |
| 34 | # The following is derived from Mandrake's hack to allow |
34 | # The following is derived from Mandrake's hack to allow |
| 35 | # compiling without the X display |
35 | # compiling without the X display |
| 36 | |
36 | |
| 37 | einfo "Scanning for a open DISPLAY to start Xvfb ..." |
37 | einfo "Scanning for an open DISPLAY to start Xvfb ..." |
| 38 | |
38 | |
| 39 | # We really do not want SANDBOX enabled here |
39 | # We really do not want SANDBOX enabled here |
| 40 | export SANDBOX_DISABLED="1" |
40 | export SANDBOX_DISABLED="1" |
| 41 | |
41 | |
| 42 | local i=0 |
42 | local i=0 |