| 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/x11-base/xorg-server/Attic/xorg-server-0.99.1.ebuild,v 1.4 2005/08/09 18:33:30 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-0.99.1.ebuild,v 1.5 2005/08/10 00:33:54 spyderous Exp $ |
| 4 | |
4 | |
| 5 | # Must be before x-modular eclass is inherited |
5 | # Must be before x-modular eclass is inherited |
| 6 | # Hack to make sure autoreconf gets run |
6 | # Hack to make sure autoreconf gets run |
| 7 | SNAPSHOT="yes" |
7 | SNAPSHOT="yes" |
| 8 | |
8 | |
| … | |
… | |
| 49 | x11-proto/videoproto |
49 | x11-proto/videoproto |
| 50 | x11-proto/scrnsaverproto |
50 | x11-proto/scrnsaverproto |
| 51 | x11-proto/evieext |
51 | x11-proto/evieext |
| 52 | x11-proto/trapproto |
52 | x11-proto/trapproto |
| 53 | x11-proto/panoramixproto |
53 | x11-proto/panoramixproto |
|
|
54 | x11-proto/fontsproto |
| 54 | glx? ( x11-proto/glproto ) |
55 | glx? ( x11-proto/glproto ) |
| 55 | dri? ( x11-proto/xf86driproto |
56 | dri? ( x11-proto/xf86driproto |
| 56 | x11-libs/libdrm )" |
57 | x11-libs/libdrm )" |
| 57 | |
58 | |
| 58 | if use glx; then |
59 | if use glx; then |