commit: 115c651c0b6ebf4249569bcf093b8dcb2d98309d
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 00:44:37 2014 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin
<DOT> de>
CommitDate: Wed May 28 00:44:37 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=115c651c
x11-driver/xf86-video-ati: allow X server built-in glamor
---
x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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 2989ab7..ebd76d1 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -13,7 +13,10 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
~amd64-fbsd ~x86-fbsd"
IUSE="+glamor udev"
RDEPEND=">=x11-libs/libdrm-2.4.46[video_cards_radeon]
- glamor? ( >=x11-libs/glamor-0.6 )
+ glamor? ( || (
+ x11-base/xorg-server[glamor]
+ >=x11-libs/glamor-0.6
+ ) )
udev? ( virtual/udev )"
DEPEND="${RDEPEND}"