summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2014-01-26 18:33:05 +0100
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2014-01-26 18:33:05 +0100
commitafc5f1f10232ce7b8ea88b8f9228012d28ae1419 (patch)
tree04f3e67876c2428f260fa6075aae3efdb18c23c2 /x11-drivers
parentdev-libs/weston: add dbus USE, improve deps (diff)
downloadx11-afc5f1f10232ce7b8ea88b8f9228012d28ae1419.tar.gz
x11-afc5f1f10232ce7b8ea88b8f9228012d28ae1419.tar.bz2
x11-afc5f1f10232ce7b8ea88b8f9228012d28ae1419.zip
x11-drivers/xf86-video-ati: depend on glamor-0.6 and enable it by default.
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild4
1 files changed, 2 insertions, 2 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 19dc2b35..2989ab75 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -10,10 +10,10 @@ inherit linux-info xorg-2
DESCRIPTION="ATI video driver"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="glamor udev"
+IUSE="+glamor udev"
RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]
- glamor? ( x11-libs/glamor )
+ glamor? ( >=x11-libs/glamor-0.6 )
udev? ( virtual/udev )"
DEPEND="${RDEPEND}"