You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild

32 lines
761 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild,v 1.7 2011/02/12 19:13:11 armin76 Exp $
EAPI=3
inherit xorg-2
DESCRIPTION="ATI video driver"
KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=x11-base/xorg-server-1.6.3[-minimal]"
DEPEND="${RDEPEND}
|| ( <x11-libs/libdrm-2.4.22 x11-libs/libdrm[video_cards_radeon] )
x11-proto/fontsproto
x11-proto/glproto
x11-proto/randrproto
x11-proto/videoproto
x11-proto/xextproto
x11-proto/xf86driproto
x11-proto/xf86miscproto
x11-proto/xproto"
pkg_setup() {
xorg-2_pkg_setup
CONFIGURE_OPTIONS="
--enable-dri
--enable-kms
"
}