Parent Directory
|
Revision Log
Add patch to fix r300 xv issues, bug #446285. (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
| 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.6.ebuild,v 1.3 2012/11/11 22:50:47 chithanh Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | XORG_DRI=always |
| 8 | inherit xorg-2 |
| 9 | |
| 10 | DESCRIPTION="ATI video driver" |
| 11 | |
| 12 | KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" |
| 13 | IUSE="" |
| 14 | |
| 15 | RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]" |
| 16 | DEPEND="${RDEPEND}" |
| 17 | |
| 18 | pkg_setup() { |
| 19 | xorg-2_pkg_setup |
| 20 | XORG_CONFIGURE_OPTIONS=( |
| 21 | --enable-dri |
| 22 | --enable-kms |
| 23 | --enable-exa |
| 24 | ) |
| 25 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |