summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2013-03-19 10:44:07 +0100
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2013-03-19 10:44:07 +0100
commit6bcb8d561b71c7c6355ac33bc3b640a8ab736089 (patch)
treee6c95be992fcd122d05b653580e5c46598d0846c /x11-drivers
parentati-drivers: version bump (diff)
downloadx11-6bcb8d561b71c7c6355ac33bc3b640a8ab736089.tar.gz
x11-6bcb8d561b71c7c6355ac33bc3b640a8ab736089.tar.bz2
x11-6bcb8d561b71c7c6355ac33bc3b640a8ab736089.zip
x11-drivers/xf86-video-ati: warn if radeon kms is disabled or radeonfb is enabled
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 99b6d171..391195bc 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -5,7 +5,7 @@
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)