summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/wine/wine-scm.ebuild4
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-scm.ebuild9
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? ( || (