diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-16 16:42:04 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-16 16:42:04 +0300 |
commit | 3ade1b8504f3ab9baadfcb66ad447cb3da01d2f5 (patch) | |
tree | 2aa1cb43136dae6685b001ec5675c95e546fd72d /x11-drivers | |
parent | 5f08cd35df9797f8f9f7fd89d1f4ae0297bec972 (diff) |
wine deps fix
added dri3 useflag for xf86-video-ati
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild index 0e571ed..187e240 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild @@ -7,13 +7,18 @@ EAPI=5 XORG_DRI=always inherit linux-info git-r3 xorg-2 -EGIT_REPO_URI="https://github.com/iXit/xf86-video-ati.git" +if use dri3; then + EGIT_REPO_URI="https://github.com/iXit/xf86-video-ati.git" +else + EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/driver/xf86-video-ati" +fi + SRC_URI="" DESCRIPTION="ATI video driver" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="+glamor udev" +IUSE="+glamor udev dri3" RDEPEND=">=x11-libs/libdrm-2.4.54[video_cards_radeon] glamor? ( || ( |