diff options
-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) |