Parent Directory
|
Revision Log
Add build fix for xorg-server-1.12. (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.3.ebuild,v 1.6 2012/03/03 16:29:35 ranger Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | XORG_EAUTORECONF=yes |
| 8 | XORG_DRI=always |
| 9 | inherit xorg-2 |
| 10 | |
| 11 | DESCRIPTION="ATI video driver" |
| 12 | |
| 13 | KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" |
| 14 | IUSE="" |
| 15 | |
| 16 | RDEPEND="x11-libs/libdrm[video_cards_radeon]" |
| 17 | DEPEND="${RDEPEND}" |
| 18 | |
| 19 | PATCHES=( |
| 20 | "${FILESDIR}"/${PN}-6.14.3-xorg-server-1.12.patch |
| 21 | ) |
| 22 | |
| 23 | pkg_setup() { |
| 24 | xorg-2_pkg_setup |
| 25 | XORG_CONFIGURE_OPTIONS=( |
| 26 | --enable-dri |
| 27 | --enable-kms |
| 28 | --enable-exa |
| 29 | ) |
| 30 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |