Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 339988
Collapse All | Expand All

(-)/usr/portage/x11-base/xorg-server/xorg-server-1.9.1.ebuild (-5 / +2 lines)
Lines 1-8 Link Here
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/xorg-server-1.9.1.ebuild,v 1.1 2010/10/26 07:55:12 wired Exp $
3
# $Header: $
4
4
5
EAPI=3
5
EAPI=3
6
XORG_EAUTORECONF="yes"
6
inherit xorg-2 multilib versionator
7
inherit xorg-2 multilib versionator
7
8
8
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver"
9
EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver"
Lines 158-167 Link Here
158
		--with-os-vendor=Gentoo
159
		--with-os-vendor=Gentoo
159
		${conf_opts}"
160
		${conf_opts}"
160
161
161
	if use kdrive && use tslib; then
162
		XORG_EAUTORECONF=yes
163
	fi
164
165
	# Xorg-server requires includes from OS mesa which are not visible for
162
	# Xorg-server requires includes from OS mesa which are not visible for
166
	# users of binary drivers.
163
	# users of binary drivers.
167
	# Due to the limitations of CONFIGURE_OPTIONS, we have to export this
164
	# Due to the limitations of CONFIGURE_OPTIONS, we have to export this

Return to bug 339988