diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-19 09:55:37 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-19 09:55:37 +0000 |
commit | fc87025140e1d1d035cf34c3e8cad111d4d0ace5 (patch) | |
tree | dbd95e0acea752100b630471b77e4d262a36505e /x11-drivers/xf86-video-ati | |
parent | sci-chemistry/pymol: Prefix love (diff) | |
download | gentoo-2-fc87025140e1d1d035cf34c3e8cad111d4d0ace5.tar.gz gentoo-2-fc87025140e1d1d035cf34c3e8cad111d4d0ace5.tar.bz2 gentoo-2-fc87025140e1d1d035cf34c3e8cad111d4d0ace5.zip |
Add configuration check for radeon KMS and against radeonfb, bug #461718.
(Portage version: 2.1.11.52/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-7.1.0.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index 5b3a6603d183..6ad9429f50d5 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.197 2013/01/31 14:16:24 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.198 2013/03/19 09:55:37 chithanh Exp $ + + 19 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-video-ati-7.1.0.ebuild: + Add configuration check for radeon KMS and against radeonfb, bug #461718. *xf86-video-ati-7.1.0 (31 Jan 2013) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.1.0.ebuild index a94f56d25a0a..64075c0d6c2d 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.1.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.1.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 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-7.1.0.ebuild,v 1.1 2013/01/31 14:16:24 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-7.1.0.ebuild,v 1.2 2013/03/19 09:55:37 chithanh Exp $ EAPI=5 XORG_DRI=always -inherit xorg-2 +inherit linux-info xorg-2 DESCRIPTION="ATI video driver" @@ -17,6 +17,8 @@ RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon] udev? ( virtual/udev )" DEPEND="${RDEPEND}" +CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON" + src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable glamor) |