diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-11-11 21:44:57 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-11-11 21:45:15 -0800 |
commit | c8df5e1d34e62a61f41d58b65c65d130a1101c53 (patch) | |
tree | de975e3d0247aa22472b8a42b5e8f6fa23cff158 /x11-drivers/xf86-video-ati | |
parent | x11-drivers/xf86-video-ati: Version bump to 7.6.1. (diff) | |
download | gentoo-c8df5e1d34e62a61f41d58b65c65d130a1101c53.tar.gz gentoo-c8df5e1d34e62a61f41d58b65c65d130a1101c53.tar.bz2 gentoo-c8df5e1d34e62a61f41d58b65c65d130a1101c53.zip |
x11-drivers/xf86-video-ati: Require xorg-server[glamor] for USE=glamor.
The out-of-tree glamor library is dead. All glamor development happens in the xserver.
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild index a63aa0b96ac8..54c456bef8a8 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.6.1.ebuild @@ -15,10 +15,7 @@ IUSE="+glamor udev" RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon] >=x11-libs/libpciaccess-0.8.0 - glamor? ( || ( - x11-base/xorg-server[glamor] - >=x11-libs/glamor-0.6 - ) ) + glamor? ( x11-base/xorg-server[glamor] ) udev? ( virtual/udev )" DEPEND="${RDEPEND} x11-proto/fontsproto |