| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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-1.7.7-r1.ebuild,v 1.5 2010/08/11 22:01:38 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.7.7-r1.ebuild,v 1.6 2010/09/05 11:59:11 remi Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | |
6 | |
| 7 | # Must be before x-modular eclass is inherited |
7 | # Must be before x-modular eclass is inherited |
| 8 | SNAPSHOT="yes" |
8 | SNAPSHOT="yes" |
| … | |
… | |
| 58 | >=media-libs/mesa-7.4[nptl=] |
58 | >=media-libs/mesa-7.4[nptl=] |
| 59 | ) |
59 | ) |
| 60 | >=x11-libs/libxkbui-1.0.2 |
60 | >=x11-libs/libxkbui-1.0.2 |
| 61 | kdrive? ( |
61 | kdrive? ( |
| 62 | >=x11-libs/libXext-1.0.5 |
62 | >=x11-libs/libXext-1.0.5 |
|
|
63 | x11-libs/libXv |
| 63 | sdl? ( media-libs/libsdl ) )" |
64 | sdl? ( media-libs/libsdl ) |
|
|
65 | )" |
| 64 | # Xres is dmx-dependent |
66 | # Xres is dmx-dependent |
| 65 | # Xaw is dmx-dependent |
67 | # Xaw is dmx-dependent |
| 66 | # Xpm is dmx-dependent, pulls in Xt |
68 | # Xpm is dmx-dependent, pulls in Xt |
| 67 | # xkbcomp is launched at startup but not checked by ./configure |
69 | # xkbcomp is launched at startup but not checked by ./configure |
| 68 | |
70 | |