| 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-r1.ebuild,v 1.3 2005/08/11 01:03:58 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-0.99.1-r1.ebuild,v 1.4 2005/08/11 07:21:37 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 | |
| … | |
… | |
| 91 | |
91 | |
| 92 | src_install() { |
92 | src_install() { |
| 93 | x-modular_src_install |
93 | x-modular_src_install |
| 94 | |
94 | |
| 95 | dynamic_libgl_install |
95 | dynamic_libgl_install |
|
|
96 | |
|
|
97 | dosym Xorg /usr/bin/X |
| 96 | } |
98 | } |
| 97 | |
99 | |
| 98 | pkg_postinst() { |
100 | pkg_postinst() { |
| 99 | switch_opengl_implem |
101 | switch_opengl_implem |
| 100 | } |
102 | } |