summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/mesa/mesa-scm.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-scm.ebuild b/media-libs/mesa/mesa-scm.ebuild
index 7e8fceb..4a740b7 100644
--- a/media-libs/mesa/mesa-scm.ebuild
+++ b/media-libs/mesa/mesa-scm.ebuild
@@ -4,7 +4,12 @@
EAPI=5
-EGIT_REPO_URI="https://github.com/iXit/Mesa-3D.git"
+
+if use nine-branch; then
+ EGIT_REPO_URI="https://github.com/iXit/Mesa-3D.git"
+else
+ EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
+fi
GIT_ECLASS="git-r3"
EXPERIMENTAL="true"
@@ -44,7 +49,7 @@ done
IUSE="${IUSE_VIDEO_CARDS}
bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm
+nptl opencl osmesa pax_kernel openmax pic r600-llvm-compiler selinux
- vaapi vdpau wayland xvmc xa kernel_FreeBSD"
+ vaapi vdpau wayland xvmc xa nine-branch kernel_FreeBSD"
REQUIRED_USE="
d3d9? ( gallium dri3 )