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 | |
parent | 5f08cd35df9797f8f9f7fd89d1f4ae0297bec972 (diff) |
wine deps fix
added dri3 useflag for xf86-video-ati
-rw-r--r-- | app-emulation/wine/wine-scm.ebuild | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-scm.ebuild b/app-emulation/wine/wine-scm.ebuild index 88465e2..8f7e891 100644 --- a/app-emulation/wine/wine-scm.ebuild +++ b/app-emulation/wine/wine-scm.ebuild @@ -92,7 +92,9 @@ NATIVE_DEPEND=" png? ( media-libs/libpng:0= ) v4l? ( media-libs/libv4l ) xcomposite? ( x11-libs/libXcomposite ) - nine? media-libs/mesa[d3d9]" + nine? ( media-libs/mesa[d3d9] ) + media-libs/mesa + " COMMON_DEPEND=" !amd64? ( ${NATIVE_DEPEND} ) 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? ( || ( |