summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild')
-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)